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

import (
	"testing"

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

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