class RSpec::Matchers::BuiltIn::HaveAttributes

def respond_to_failure_message_or

def respond_to_failure_message_or
  if respond_to_failed
    respond_to_matcher.failure_message
  else
    improve_hash_formatting(yield)
  end
end