mirror of
https://github.com/securego/gosec.git
synced 2025-01-05 22:53:29 +02:00
14 lines
189 B
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")
|
|
}
|