class RSpec::Core::Bisect::ShellCommand

def repro_command_from(locations)

def repro_command_from(locations)
  parts = []
  parts.concat environment_repro_parts
  parts << "rspec"
  parts.concat Formatters::Helpers.organize_ids(locations)
  parts.concat original_cli_args_without_locations
  parts.join(" ")
end