70 71 72 73 74
# File 'lib/gems/rspec-1.1.12/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