Sign in
edge
/
third_party
/
onsi
/
gomega
/
76090c2f1f8a921971b38ed5e735f4d9eaca0882
/
.
/
matchers
/
extensions
/
yaml
/
matchers_suite_test.go
blob: 8e1226ad4319f448c2318a18620638e8bcd4f182 [
file
] [
log
] [
blame
]
package yaml_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestMatchers(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "YAML Matcher Suite")
}