method
run
1.1.4 -
Show latest stable
- Class:
Spec::Story::Extensions::Main::StoryRunnerStepGroupAdapter
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