class ParallelTests::Cucumber::Runner
def self.cucumber_opts
def self.cucumber_opts config = 'config/cucumber.yml' if File.exists?(config) && File.read(config) =~ /^parallel:/ "--profile parallel" end end
def self.cucumber_opts config = 'config/cucumber.yml' if File.exists?(config) && File.read(config) =~ /^parallel:/ "--profile parallel" end end