containerized-data-importer/pkg/controller/import_controller_ginkgo_suite_test.go

14 lines
203 B
Go

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