Flowdock
method

scenario_started

Importance_0
scenario_started(story_title, scenario_name) public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/runner/formatter/story/plain_text_formatter.rb, line 64
          def scenario_started(story_title, scenario_name)
            @current_scenario_name = scenario_name
            @scenario_already_failed = false
            @scenario_head_text = "\n\n  Scenario: #{scenario_name}"
            @scenario_body_text = ""
            @scenario_ok = true
            @scenario_pending = false
            @scenario_failed = false
          end
Register or log in to add new notes.