class RSpec::Core::Bisect::Runner

def run_locations(locations, *capture_args)

def run_locations(locations, *capture_args)
  @server.capture_run_results(*capture_args) do
    run_command command_for(locations)
  end
end