# 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