Method: Object#match_yaml

Defined in:
lib/mspec/matchers/match_yaml.rb

#match_yaml(expected) ⇒ Object



43
44
45
# File 'lib/mspec/matchers/match_yaml.rb', line 43

def match_yaml(expected)
  MatchYAMLMatcher.new(expected)
end