lib/cucumber/formatter/progress.rb in aslakhellesoy-cucumber-0.1.100.1 vs lib/cucumber/formatter/progress.rb in aslakhellesoy-cucumber-0.1.100.2
- old
+ new
@@ -29,11 +29,11 @@
end
def visit_table_cell_value(value, width, status)
progress(status) if (status != :thead) && !@multiline_arg
end
-
+
private
def print_summary
print_steps(:pending)
print_steps(:failed)
@@ -55,6 +55,6 @@
@io.flush
end
end
end
-end
\ No newline at end of file
+end