method
story
rspec latest stable - Class:
Spec::Story::Runner::StoryParser::StoryState
story(line)public
No documentation available.
# File lib/spec/story/runner/story_parser.rb, line 160
def story(line)
@parser.create_story
@parser.add_story_line(line)
end