1 package gcustom_test 2 3 import ( 4 "testing" 5 6 . "github.com/onsi/ginkgo/v2" 7 . "github.com/onsi/gomega" 8 ) 9 10 func TestGcustom(t *testing.T) { 11 RegisterFailHandler(Fail) 12 RunSpecs(t, "Gcustom Suite") 13 } 14
View as plain text