global

def __run(reporter, options)

allows for parallel spec execution on MRI.
Override __run to use a child forks to run the speeds, which
def __run(reporter, options)
  parallel_fork_wait_for_children(parallel_fork_setup_children(parallel_fork_suites, reporter, options), reporter)
  nil
end