mirror of
https://github.com/securego/gosec.git
synced 2024-12-24 11:35:52 +00:00
make it clear that these tests have not been implemented yet
This commit is contained in:
parent
67dc43293c
commit
d4311c96e2
2 changed files with 3 additions and 4 deletions
|
@ -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")
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
|
@ -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")
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue