class RSpec::Core::Bisect::ForkRunner::RunDispatcher

def dispatch_specs(run_descriptor)

def dispatch_specs(run_descriptor)
  fork { run_specs(run_descriptor) }
  # We don't use Process.waitpid here as it was causing bisects to
  # block due to the file descriptor limit on OSX / Linux.
end