Flowdock
method

new

Importance_0
1.1.4 - Show latest stable - 0 notes - Class: Spec::Story::Runner::StoryRunner
new(scenario_runner, world_creator = World) 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_runner.rb, line 15
        def initialize(scenario_runner, world_creator = World)
          StoryRunner.current_story_runner = self
          @scenario_runner = scenario_runner
          @world_creator = world_creator
          @stories = []
          @scenarios_by_story = {}
          @scenarios = []
          @listeners = []
        end
Register or log in to add new notes.