Class
Spec::Runner::Formatter::Story::HtmlFormatter
In:
lib/spec/runner/formatter/story/html_formatter.rb
Parent:
BaseTextFormatter
Methods
collected_steps
found_scenario
new
print_step
run_ended
run_started
scenario_ended
scenario_failed
scenario_pending
scenario_started
scenario_succeeded
step_failed
step_pending
step_succeeded
step_upcoming
story_ended
story_started
Included Modules
ERB::Util
Public Class methods
new
(options, where)
Public Instance methods
collected_steps
(steps)
found_scenario
(type, description)
print_step
(klass, type, description, *args)
run_ended
()
run_started
(count)
scenario_ended
()
scenario_failed
(story_title, scenario_name, err)
scenario_pending
(story_title, scenario_name, reason)
scenario_started
(story_title, scenario_name)
scenario_succeeded
(story_title, scenario_name)
step_failed
(type, description, *args)
step_pending
(type, description, *args)
step_succeeded
(type, description, *args)
step_upcoming
(type, description, *args)
story_ended
(title, narrative)
story_started
(title, narrative)
[Validate]