method
scenario_pending
1.1.12 -
Show latest stable
- Class:
Spec::Runner::Formatter::Story::PlainTextFormatter
scenario_pending(story_title, scenario_name, msg)public
No documentation available.
# File lib/spec/runner/formatter/story/plain_text_formatter.rb, line 88
def scenario_pending(story_title, scenario_name, msg)
@pending_scenario_count += 1 unless @scenario_already_failed
@scenario_pending = true
@scenario_already_failed = true
scenario_ended
end