diff --git a/helpers_test.go b/helpers_test.go index 3685588..105a23a 100644 --- a/helpers_test.go +++ b/helpers_test.go @@ -2,13 +2,13 @@ package gas_test import ( . "github.com/onsi/ginkgo" - . "github.com/onsi/gomega" + //. "github.com/onsi/gomega" ) var _ = Describe("Helpers", func() { Context("todo", func() { It("should fail", func() { - Expect(1).Should(Equal(2)) + Fail("Not implemented") }) }) }) diff --git a/import_tracker_test.go b/import_tracker_test.go index a34d478..f5edb95 100644 --- a/import_tracker_test.go +++ b/import_tracker_test.go @@ -2,7 +2,7 @@ package gas_test import ( . "github.com/onsi/ginkgo" - . "github.com/onsi/gomega" + //. "github.com/onsi/gomega" ) var _ = Describe("ImportTracker", func() { @@ -15,7 +15,6 @@ var _ = Describe("ImportTracker", func() { }) Context("when I have a valid go package", func() { It("should record all import specs", func() { - Expect(1).Should(Equal(1)) Fail("Not implemented") })