1package scheduler_test 2 3import ( 4 . "github.com/onsi/ginkgo" 5 . "github.com/onsi/gomega" 6 7 "testing" 8) 9 10func TestScheduler(t *testing.T) { 11 RegisterFailHandler(Fail) 12 RunSpecs(t, "Scheduler Suite") 13} 14