Class | Spec::Story::Runner::StoryParser::ScenarioState |
In: |
vendor/plugins/rspec/lib/spec/story/runner/story_parser.rb
|
Parent: | Spec::Story::Runner::StoryParser::State |
# File vendor/plugins/rspec/lib/spec/story/runner/story_parser.rb, line 193 193: def one_more_of_the_same(line) 194: raise IllegalStepError.new("Scenario", "And") 195: end