# File lib/spec/story/runner/story_mediator.rb, line 21
        def create_scenario(title)
          current_story.add_scenario Scenario.new(title)
        end