class RSpec::Matchers::BuiltIn::Eq

def failure_message

Returns:
  • (String) -

Other tags:
    Api: - private
def failure_message
  "\nexpected: #{expected_formatted}\n     got: #{actual_formatted}\n\n(compared using ==)\n"
end