lib/cucumber/formatter/progress.rb in aslakhellesoy-cucumber-0.3.96 vs lib/cucumber/formatter/progress.rb in aslakhellesoy-cucumber-0.3.97

- old
+ new

@@ -1,8 +1,9 @@ require 'cucumber/formatter/console' module Cucumber module Formatter + # The formatter used for <tt>--format progress</tt> class Progress < Ast::Visitor include Console def initialize(step_mother, io, options) super(step_mother)