class ParallelTests::Gherkin::Runner

def line_is_result?(line)

def line_is_result?(line)
  line =~ /^\d+ (steps?|scenarios?)/
end