# File lib/mspec/matchers/match_yaml.rb, line 43
43:   def match_yaml(expected)
44:     MatchYAMLMatcher.new(expected)
45:   end