class RSpec::Matchers::BuiltIn::ContainExactly

def message_line(prefix, collection, surface_descriptions=false)

def message_line(prefix, collection, surface_descriptions=false)
  "%-32s%s" % [prefix + ':',
               describe_collection(collection, surface_descriptions)]
end