class Cucumber::Formatter::Hydra

Hydra formatter for cucumber. Stifles all output except error messages Based on the

Public Instance Methods

after_features(features) click to toggle source

Removed the extra newlines here

# File lib/hydra/cucumber/formatter.rb, line 10
def after_features(features)
  print_summary(features)
end