blob: 23b7482100ad12aebd8650cd3c0797e84113a94b [file] [log] [blame]
package v1_test
import (
"testing"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
func TestV1(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "V1 Suite")
}