method
init_story
rspec latest stable - Class:
Spec::Story::Runner::StoryParser
init_story(title)public
No documentation available.
# File lib/spec/story/runner/story_parser.rb, line 41
def init_story(title)
@current_story_lines.clear
add_story_line(title)
end