Class RSpec::Core::Formatters::HtmlFormatter
In: lib/rspec/core/formatters/html_formatter.rb
Parent: BaseTextFormatter

Methods

Included Modules

ERB::Util

Public Class methods

Public Instance methods

The number of the currently running example_group

The number of the currently running example (a global counter)

Override this method if you wish to output extra HTML for a failed spec. For example, you could output links to images or other files produced during the specs.

[Validate]