goc/tests/e2e/e2e_suite_test.go

14 lines
186 B
Go
Raw Normal View History

2021-07-22 11:57:56 +00:00
package e2e
import (
"testing"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
func TestGoc(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Goc e2e Test Suite")
}