module RSpec::Core::Metadata

def self.id_from(metadata)

Other tags:
    Private: -
def self.id_from(metadata)
  "#{metadata[:rerun_file_path]}[#{metadata[:scoped_id]}]"
end