class RSpec::Matchers::BuiltIn::HaveAttributes
def failure_message
-
(String)
-
Other tags:
- Api: - private
def failure_message respond_to_failure_message_or do "expected #{actual_formatted} to #{description} but had attributes #{ formatted_values }" end end