class RSpec::Core::Bisect::ForkRunner::RunDispatcher
def dispatch_specs(run_descriptor)
def dispatch_specs(run_descriptor) pid = fork { run_specs(run_descriptor) } Process.waitpid(pid) end
def dispatch_specs(run_descriptor) pid = fork { run_specs(run_descriptor) } Process.waitpid(pid) end