lib/cucumber/formatter/rerun.rb in aslakhellesoy-cucumber-0.1.100.3 vs lib/cucumber/formatter/rerun.rb in aslakhellesoy-cucumber-0.1.100.4

- old
+ new

@@ -25,10 +25,10 @@ @file_colon_lines[file] << line @file_names << file end end - def visit_step_name(keyword, step_match, status, source_indent) + def visit_step_name(keyword, step_match, status, source_indent, background) @rerun = true if [:failed].index(status) end end end end