class RSpec::Matchers::BuiltIn::ContainExactly

def describe_collection(collection, surface_descriptions=false)

def describe_collection(collection, surface_descriptions=false)
  if surface_descriptions
    "#{description_of(safe_sort(surface_descriptions_in collection))}\n"
  else
    "#{description_of(safe_sort(collection))}\n"
  end
end