lib/hydra/cucumber/formatter.rb in hydra-0.19.4 vs lib/hydra/cucumber/formatter.rb in hydra-0.20.0

- old
+ new

@@ -17,10 +17,9 @@ def print_summary(features) print_steps(:pending) print_steps(:failed) print_snippets(@options) print_passing_wip(@options) - print_tag_limit_warnings(features) end # Removed all progress output def progress(status) end