[Source]
# File vendor/plugins/rspec/lib/spec/story/extensions/main.rb, line 70 70: def run(path, options={}) 71: runner = Spec::Story::Runner::PlainTextStoryRunner.new(path, options) 72: runner.steps << self 73: runner.run 74: end
[Validate]