Method: EqualMatcher#failure_message
- Defined in:
- lib/mspec/matchers/equal.rb
#failure_message ⇒ Object
11 12 13 14 |
# File 'lib/mspec/matchers/equal.rb', line 11 def ["Expected #{@actual.pretty_inspect}", "to be identical to #{@expected.pretty_inspect}"] end |