2021-05-10 09:08:04 +01:00
|
|
|
package sonar_test
|
|
|
|
|
|
|
|
import (
|
2021-05-31 09:44:12 +01:00
|
|
|
"testing"
|
|
|
|
|
2021-05-10 09:08:04 +01:00
|
|
|
. "github.com/onsi/ginkgo"
|
|
|
|
. "github.com/onsi/gomega"
|
|
|
|
)
|
|
|
|
|
|
|
|
func TestRules(t *testing.T) {
|
|
|
|
RegisterFailHandler(Fail)
|
|
|
|
RunSpecs(t, "Sonar Formatters Suite")
|
|
|
|
}
|