search for: _story_spec

Displaying 1 result from an estimated 1 matches for "_story_spec".

2007 Oct 23
10
How is everyone structuring stories?
Bleeding-edge story-writers, How are you structuring your specs? I am working on a new project and tried this: ./lib ./blah ./spec ./blah ./stories But it breaks autotest, so I moved stories parallel to lib and spec. Also what about suffixes? I have adopted "xyz_story_spec.rb", and "xyz.story" for the time being, with the line runner = Spec::Story::Runner::PlainTextStoryRunner.new( File.expand_path(__FILE__).gsub("_story_spec.rb", ".story") ) in the former. Simple to make TextMate recognise the RS...