Class: JahtmlFormatter

Inherits:
RSpec::Core::Formatters::HtmlFormatter
  • Object
show all
Defined in:
lib/jahtml_formatter.rb

Instance Method Summary collapse

Constructor Details

#initialize(output) ⇒ JahtmlFormatter

Returns a new instance of JahtmlFormatter.



9
10
11
12
# File 'lib/jahtml_formatter.rb', line 9

def initialize(output)
  super(output)
  @printer = JahtmlPrinter.new(output)
end