Re: [rspec-users] Development Cycle

2008-02-04 Thread Nathan Sutton
sounds good guys, thanks :) Nathan Sutton [EMAIL PROTECTED] rspec 1.1.3 rspec_on_rails 1.1.3 rails 2.0.2 On Feb 4, 2008, at 1:14 AM, Pat Maddox wrote: > On Feb 3, 2008 9:19 PM, Nathan Sutton <[EMAIL PROTECTED]> wrote: >> Hey guys, I'm trying to work out the order of development for >> features

Re: [rspec-users] Development Cycle

2008-02-03 Thread Pat Maddox
On Feb 3, 2008 9:19 PM, Nathan Sutton <[EMAIL PROTECTED]> wrote: > Hey guys, I'm trying to work out the order of development for features > in an app. I'm struggling with using stories to drive development. > > So when looking at things, it seems to me to be the best idea to first > write stories,

Re: [rspec-users] Development Cycle

2008-02-03 Thread Ben Mabey
Nathan Sutton wrote: > Hey guys, I'm trying to work out the order of development for features > in an app. I'm struggling with using stories to drive development. > > So when looking at things, it seems to me to be the best idea to first > write stories, then view specs, then controller specs,

[rspec-users] Development Cycle

2008-02-03 Thread Nathan Sutton
Hey guys, I'm trying to work out the order of development for features in an app. I'm struggling with using stories to drive development. So when looking at things, it seems to me to be the best idea to first write stories, then view specs, then controller specs, then model specs...but how