module Spec::Story::Extensions::Main::StoryRunnerStepGroupAdapter

def run(path, options={})

def run(path, options={})
  runner = Spec::Story::Runner::PlainTextStoryRunner.new(path, options)
  runner.steps << self
  runner.run
end