containerized-data-importer/pkg/controller/controller_suite_test.go
2018-04-17 16:39:44 -05:00

16 lines
224 B
Go

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