class ParallelTests::Grouper

def group_by_scenarios(tests, options={})

def group_by_scenarios(tests, options={})
  ParallelTests::Cucumber::Scenarios.all(tests, options)
end