Class: Closer::Formatter::HTML
- Inherits:
-
Cucumber::Formatter::HTML
- Object
- Cucumber::Formatter::HTML
- Closer::Formatter::HTML
- Defined in:
- lib/closer/formatter/html.rb
Instance Method Summary collapse
Instance Method Details
#output_envelope(envelope) ⇒ Object
7 8 9 10 |
# File 'lib/closer/formatter/html.rb', line 7 def output_envelope(envelope) @html_formatter.(envelope) @html_formatter. if envelope.test_run_finished end |