aboutsummaryrefslogtreecommitdiffstats
path: root/test/security/k8s/src/check/validators/master/api/api_suite_test.go
blob: 28066f9632ae1390a991f614689f4c4a98d9ff87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package api_test

import (
	"testing"

	. "github.com/onsi/ginkgo"
	. "github.com/onsi/gomega"
)

func TestApi(t *testing.T) {
	RegisterFailHandler(Fail)
	RunSpecs(t, "Api Suite")
}