class ParallelTests::Grouper

def group_by_features_with_steps(tests, options)

def group_by_features_with_steps(tests, options)
  require 'parallel_tests/cucumber/features_with_steps'
  ParallelTests::Cucumber::FeaturesWithSteps.all(tests, options)
end