Flowdock
method

new

Importance_0
new(story) 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/scenario_collector.rb, line 7
        def initialize(story)
          @story = story
          @scenarios = []
        end
Register or log in to add new notes.