acme-dns/vendor/github.com/yudai/gojsondiff/gojsondiff_suite_test.go

14 lines
203 B
Go
Raw Normal View History

2018-01-22 16:19:33 +07:00
package gojsondiff_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestGojsondiff(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Gojsondiff Suite")
}