Re: [rspec-users] Stories location

2007-10-15 Thread David Chelimsky
On 10/15/07, Wincent Colaiuta <[EMAIL PROTECTED]> wrote: > El 15/10/2007, a las 14:21, "David Chelimsky" <[EMAIL PROTECTED]> > escribió: > > > 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

Re: [rspec-users] Stories location

2007-10-15 Thread Wincent Colaiuta
El 15/10/2007, a las 14:21, "David Chelimsky" <[EMAIL PROTECTED]> escribió: > 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

Re: [rspec-users] Stories location

2007-10-15 Thread David Chelimsky
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 toget

Re: [rspec-users] Stories location

2007-10-15 Thread Pat Maddox
On 10/14/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 /. Also there don't appear to be any rake tasks for > stories, nor generators. Should

[rspec-users] Stories location

2007-10-14 Thread Steve
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 /. Also there don't appear to be any rake tasks for stories, nor generators. Should there be any? Thanks, Steve ___