method

run

rspec latest stable - Class: Spec::Story::Extensions::Main::StoryRunnerStepGroupAdapter

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.

run(path, options={})
public

No documentation available.

# File lib/spec/story/extensions/main.rb, line 70
          def run(path, options={})
            runner = Spec::Story::Runner::PlainTextStoryRunner.new(path, options)
            runner.steps << self
            runner.run
          end