package integrationtests import ( . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "testing" ) func TestIntegration(t *testing.T) { RegisterFailHandler(Fail) RunSpecs(t, "Integration Tests Suite") }