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) } return unless options_file "-O #{options_file}" end
def spec_opts options_file = ['.rspec_parallel', 'spec/parallel_spec.opts', 'spec/spec.opts'].detect { |f| File.file?(f) } return unless options_file "-O #{options_file}" end