Sign in
edge
/
third_party
/
onsi
/
gomega.git
/
46bddedbfe8a55d58c3682c80db8edbf98d92a03
/
.
/
matchers
/
external
/
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")
}