class RSpec::Core::Formatters::HtmlFormatter

def start(example_count)

def start(example_count)
  super
  @output.puts html_header
  @output.puts report_header
  @output.flush
end