class RSpec::Matchers::BuiltIn::Eq
def failure_message_when_negated
-
(String)
-
Other tags:
- Api: - private
def failure_message_when_negated "\nexpected: value != #{expected_formatted}\n got: #{actual_formatted}\n\n(compared using ==)\n" end