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