class RSpec::Core::Formatters::HtmlFormatter

def start(notification)

def start(notification)
  super
  @printer.print_html_start
  @printer.flush
end