Class: Cucumber::Formatter::Hydra
- Inherits:
-
Progress
- Object
- Progress
- Cucumber::Formatter::Hydra
- Defined in:
- lib/hydra/cucumber/formatter.rb
Overview
Hydra formatter for cucumber. Stifles all output except error messages Based on the
Instance Method Summary collapse
-
#after_features(features) ⇒ Object
Removed the extra newlines here.
Instance Method Details
#after_features(features) ⇒ Object
Removed the extra newlines here
10 11 12 |
# File 'lib/hydra/cucumber/formatter.rb', line 10 def after_features(features) print_summary(features) end |