Class | Spec::Story::Runner::PlainTextStoryRunner |
In: |
lib/spec/story/runner/plain_text_story_runner.rb
|
Parent: | Object |
You can initialize a PlainTextStoryRunner with the path to the story file or a block, in which you can define the path using load.
PlainTextStoryRunner.new('path/to/file') PlainTextStoryRunner.new do |runner| runner.load 'path/to/file' end