1
0
mirror of https://github.com/securego/gosec.git synced 2025-01-10 00:28:05 +02:00
gosec/output/formatter_suite_test.go

14 lines
189 B
Go
Raw Normal View History

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