Flowdock
run(path, options={}) public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# 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
Register or log in to add new notes.