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/html_formatter.rb, line 73
          def scenario_started(story_title, scenario_name)
            @output.puts "<dl class=\"passed\">\n<dt>Scenario: \#{h scenario_name}</dt>\n<dd>\n<ul class=\"steps\">\n"
          end
Register or log in to add new notes.