# File lib/spec/story/runner/story_mediator.rb, line 17
        def create_story(title, narrative)
          @stories << Story.new(title, narrative, @step_group, @options)
        end