Class Spec::Story::Runner::StoryParser::ThenState
In: vendor/plugins/rspec/lib/spec/story/runner/story_parser.rb
Parent: Spec::Story::Runner::StoryParser::State

Methods

Public Instance methods

[Source]

     # File vendor/plugins/rspec/lib/spec/story/runner/story_parser.rb, line 231
231:           def one_more_of_the_same(line)
232:             @parser.create_then(remove_tag_from(:and ,line))
233:           end

[Source]

     # File vendor/plugins/rspec/lib/spec/story/runner/story_parser.rb, line 239
239:           def other(line)
240:             @parser.add_to_last(line)
241:           end

[Source]

     # File vendor/plugins/rspec/lib/spec/story/runner/story_parser.rb, line 235
235:           def outcome(line)
236:             @parser.create_then(remove_tag_from(:then ,line))
237:           end

[Validate]