# File lib/spec/story/runner/story_parser.rb, line 116
          def given_scenario(line)
            @parser.create_given_scenario(remove_tag_from(:givenscenario, line))
            @parser.transition_to(:given_state)
          end