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