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