goes/goes_suite_test.go
2016-09-27 14:29:47 -05:00

14 行
185 B
Go

package goes_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestGoes(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Goes Suite")
}