Class | Spec::Story::Runner::StoryParser::ThenState |
In: |
lib/spec/story/runner/story_parser.rb
|
Parent: | State |
# File lib/spec/story/runner/story_parser.rb, line 215 215: def one_more_of_the_same(line) 216: @parser.create_then(remove_tag_from(:and ,line)) 217: end