lib/cucumber/formatter/progress.rb in aslakhellesoy-cucumber-0.3.5 vs lib/cucumber/formatter/progress.rb in aslakhellesoy-cucumber-0.3.6.1
- old
+ new
@@ -33,9 +33,10 @@
def print_summary
print_steps(:pending)
print_steps(:failed)
print_counts
print_snippets(@options)
+ print_passing_wip(@options)
end
CHARS = {
:passed => '.',
:failed => 'F',