On 10/15/07, Steve <[EMAIL PROTECTED]> wrote: > Should the stories dir be located on the project root? I was expecting to > find it located under spec/ but there isn't anything there, just the > stories dir off of /.
We want stories and specs to be parallel as they are not intended to be run together (they serve very different purposes). We talked about doing this: behaviour/examples behaviour/stories The problem with that approach is this: behaviour/examples/views/people/index.html.erb_spec.rb Just a bit too long for our taste. So we decided to keep things at the project root. Seeing as stories go in ROOT/stories, perhaps specs should go in ROOT/specs instead of ROOT/spec. Thoughts? > Also there don't appear to be any rake tasks for > stories, nor generators. Should there be any? > > Thanks, > Steve > > _______________________________________________ > rspec-users mailing list > rspec-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users > _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users