method
scenario_failed
1.1.12 -
Show latest stable
- Class:
Spec::Runner::Formatter::Story::HtmlFormatter
scenario_failed(story_title, scenario_name, err)public
No documentation available.
# File lib/spec/runner/formatter/story/html_formatter.rb, line 138
def scenario_failed(story_title, scenario_name, err)
@scenario_failed = true
@story_failed = true
scenario_ended
end