class Hydra::Formatter::PartialHtml

Public Instance Methods

after_features(features) click to toggle source
# 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
after_step(step) click to toggle source
# File lib/hydra/cucumber/partial_html.rb, line 15
def after_step(step)
  # need an alterantive way of incrementing progress/outputing stats
end
before_features(features) click to toggle source
# 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
percent_done() click to toggle source
# File lib/hydra/cucumber/partial_html.rb, line 19
def percent_done
  0
end