lib/cucumber/formatter/progress.rb in cucumber-0.3.11 vs lib/cucumber/formatter/progress.rb in cucumber-0.3.90

- old
+ new

@@ -21,10 +21,10 @@ def visit_step_result(keyword, step_match, multiline_arg, status, exception, source_indent, background) progress(status) @status = status end - def visit_table_cell_value(value, width, status) + def visit_table_cell_value(value, status) status ||= @status progress(status) unless table_header_cell?(status) end private