method

scenario_from_current_story

rspec latest stable - Class: Spec::Story::Runner::StoryRunner

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (1.1.12) is shown here.

scenario_from_current_story(scenario_name)
public

No documentation available.

# File lib/spec/story/runner/story_runner.rb, line 13
        def self.scenario_from_current_story(scenario_name)
          current_story_runner.scenario_from_current_story(scenario_name)
        end