package kata_test import ( "testing" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) func TestARuleOfDivisibilityBy7(t *testing.T) { RegisterFailHandler(Fail) RunSpecs(t, "ARuleOfDivisibilityBy7 Suite") }