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")
}