gosec/helpers_test.go

14 lines
219 B
Go

package gas_test
import (
. "github.com/onsi/ginkgo"
//. "github.com/onsi/gomega"
)
var _ = Describe("Helpers", func() {
Context("todo", func() {
It("should fail", func() {
Fail("Not implemented")
})
})
})