class ParallelTests::RSpec::Runner

def spec_opts

def spec_opts
  options_file = ['.rspec_parallel', 'spec/parallel_spec.opts', 'spec/spec.opts'].detect { |f| File.file?(f) }
  ["-O", options_file] if options_file
end