# File lib/spec/story/extensions/main.rb, line 11 def run_story(*args, &block) runner = Spec::Story::Runner::PlainTextStoryRunner.new(*args) runner.instance_eval(&block) if block runner.run end