Flowdock
method

init_story

Importance_0
1.1.12 - Show latest stable - 0 notes - Class: Spec::Story::Runner::StoryParser
init_story(title) public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/story/runner/story_parser.rb, line 41
        def init_story(title)
          @current_story_lines.clear
          add_story_line(title)
        end
Register or log in to add new notes.