class ParallelTests::Cucumber::Runner

def self.tests_in_groups(tests, num_groups, options={})

def self.tests_in_groups(tests, num_groups, options={})
  if options[:group_by] == :steps
    Grouper.by_steps(find_tests(tests, options), num_groups, options)
  else
    super
  end
end