1
0
mirror of https://github.com/securego/gosec.git synced 2025-01-05 22:53:29 +02:00
gosec/report/formatter_suite_test.go

14 lines
189 B
Go

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