class RSpec::Matchers::BuiltIn::BeComparedTo
def failure_message
-
(String)
-
Other tags:
- Api: - private
def failure_message "expected: #{@operator} #{expected_formatted}\n" \ " got: #{@operator.to_s.gsub(/./, ' ')} #{actual_formatted}" end