class Cucumber::Formatter::HTML

def output_envelope(envelope)

def output_envelope(envelope)
  @html_formatter.write_message(envelope)
  @html_formatter.write_post_message if envelope.test_run_finished
end