Flowdock
new(options, output) public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# 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
Register or log in to add new notes.