acme-dns/vendor/github.com/yudai/gojsondiff/gojsondiff_suite_test.go
2018-01-22 11:19:33 +02:00

14 lines
203 B
Go

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