# File lib/spec/story/runner/scenario_collector.rb, line 12 def Scenario(name, &body) @scenarios << Scenario.new(@story, name, &body) end