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