Methods
Public Instance methods
[ show source ]
# File lib/spec/story/runner/story_parser.rb, line 199
199: def given(line)
200: @parser.create_given(remove_tag_from(:given, line))
201: end
[ show source ]
# File lib/spec/story/runner/story_parser.rb, line 195
195: def one_more_of_the_same(line)
196: @parser.create_given(remove_tag_from(:and, line))
197: end