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 36
          def scenario_started(story_title, scenario_name)
            @current_scenario_name = scenario_name
            @scenario_already_failed = false
            @output.print "\n\n  Scenario: #{scenario_name}"
            @scenario_ok = true
            @scenario_pending = false
          end
Register or log in to add new notes.