gosec/helpers_test.go

15 lines
219 B
Go
Raw Normal View History

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