Class: ParallelCucumber::Grouper
- Inherits:
-
Object
- Object
- ParallelCucumber::Grouper
- Defined in:
- lib/parallel_cucumber/grouper.rb
Class Method Summary collapse
Class Method Details
.feature_groups(options, group_size) ⇒ Object
11 12 13 |
# File 'lib/parallel_cucumber/grouper.rb', line 11 def feature_groups(, group_size) scenario_groups(group_size, ) end |