e1f609528d
- file event on the pit contract is overloaded and each implementation logs a note - existing Pit file transformer now specified as dealing with ilks
14 lines
182 B
Go
14 lines
182 B
Go
package ilk_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
. "github.com/onsi/ginkgo"
|
|
. "github.com/onsi/gomega"
|
|
)
|
|
|
|
func TestIlk(t *testing.T) {
|
|
RegisterFailHandler(Fail)
|
|
RunSpecs(t, "Ilk Suite")
|
|
}
|