class RSpec::Core::Bisect::ForkRunner

def run(locations)

def run(locations)
  run_descriptor = ExampleSetDescriptor.new(locations, original_results.failed_example_ids)
  dispatch_run(run_descriptor)
end