Method: EqualMatcher#negative_failure_message

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

#negative_failure_messageObject



16
17
18
19
# File 'lib/mspec/matchers/equal.rb', line 16

def negative_failure_message
  ["Expected #{@actual.pretty_inspect}",
   "not to be identical to #{@expected.pretty_inspect}"]
end