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

- old
+ new

@@ -1,9 +1,10 @@ require 'cucumber/formatter/ordered_xml_markup' require 'cucumber/formatter/duration' module Cucumber module Formatter + # The formatter used for <tt>--format html</tt> class Html < Ast::Visitor include ERB::Util # for the #h method include Duration def initialize(step_mother, io, options)