class RSpec::Core::Metadata

def location_from(metadata)

def location_from(metadata)
  "#{metadata[:file_path]}:#{metadata[:line_number]}"
end