gosec/gosec_suite_test.go
2018-07-19 18:42:25 +02:00

13 lines
188 B
Go

package gosec_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestGosec(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "gosec Suite")
}