# 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