1
0
mirror of https://github.com/securego/gosec.git synced 2024-12-28 21:08:22 +02:00
gosec/helpers_test.go

15 lines
221 B
Go
Raw Normal View History

package gosec_test
2016-11-18 06:18:31 +02:00
import (
. "github.com/onsi/ginkgo"
//. "github.com/onsi/gomega"
2016-11-18 06:18:31 +02:00
)
var _ = Describe("Helpers", func() {
Context("todo", func() {
It("should fail", func() {
Skip("Not implemented")
})
})
})