# File lib/spec/story/runner/story_parser.rb, line 57 def create_scenario(title) @story_mediator.create_scenario(title.gsub("Scenario: ","")) end