method
new
1.3.1 -
Show latest stable
- Class:
Spec::Runner::Formatter::HtmlFormatter
new(options, output)public
No documentation available.
# File lib/spec/runner/formatter/html_formatter.rb, line 12
def initialize(options, output)
super
@example_group_number = 0
@example_number = 0
@header_red = nil
end