1
0
mirror of https://github.com/securego/gosec.git synced 2025-01-22 03:09:59 +02:00
gosec/helpers_test.go

15 lines
219 B
Go
Raw Normal View History

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