Method: EqualMatcher#negative_failure_message
- Defined in:
- lib/mspec/matchers/equal.rb
#negative_failure_message ⇒ Object
16 17 18 19 |
# File 'lib/mspec/matchers/equal.rb', line 16 def ["Expected #{@actual.pretty_inspect}", "not to be identical to #{@expected.pretty_inspect}"] end |