make it clear that these tests have not been implemented yet

This commit is contained in:
Grant Murphy 2017-12-13 16:32:53 +10:00
parent 67dc43293c
commit d4311c96e2
2 changed files with 3 additions and 4 deletions

View file

@ -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")
})
})
})

View file

@ -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")
})