# File lib/hydra/cucumber/partial_html.rb, line 11 def after_features(features) # we do not want the default implementation as we will write our own footer end
# File lib/hydra/cucumber/partial_html.rb, line 15 def after_step(step) # need an alterantive way of incrementing progress/outputing stats end
# File lib/hydra/cucumber/partial_html.rb, line 7 def before_features(features) # we do not want the default implementation as we will write our own header end
# File lib/hydra/cucumber/partial_html.rb, line 19 def percent_done 0 end