1
0
mirror of https://github.com/securego/gosec.git synced 2025-01-28 03:29:28 +02:00
gosec/report/formatter_suite_test.go
2021-05-31 10:44:12 +02:00

14 lines
189 B
Go

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