class RSpec::Matchers::BuiltIn::HaveAttributes

def description

Returns:
  • (String) -

Other tags:
    Api: - private
def description
  described_items = surface_descriptions_in(expected)
  improve_hash_formatting "have attributes #{RSpec::Support::ObjectFormatter.format(described_items)}"
end