containerized-data-importer/pkg/controller/controller_suite_test.go
2018-03-13 14:20:17 +08:00

14 lines
203 B
Go

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