Re: [rspec-users] Outside-In with RSpec on Rails

2007-07-10 Thread Marcus Ahnve
On 7/10/07, aslak hellesoy <[EMAIL PROTECTED]> wrote: > On 7/10/07, Marcus Ahnve <[EMAIL PROTECTED]> wrote: > > Whether or not to start with the view is a topic of great debate. Many > > agile luminaries propose waiting with the ui for as long as possible, > > whereas 37Signals for example won't st

Re: [rspec-users] Outside-In with RSpec on Rails

2007-07-10 Thread aslak hellesoy
On 7/10/07, Marcus Ahnve <[EMAIL PROTECTED]> wrote: > Whether or not to start with the view is a topic of great debate. Many > agile luminaries propose waiting with the ui for as long as possible, > whereas 37Signals for example won't start coding without a full HTML > mockup. > I wouldn't call my

Re: [rspec-users] Outside-In with RSpec on Rails

2007-07-10 Thread Marcus Ahnve
Whether or not to start with the view is a topic of great debate. Many agile luminaries propose waiting with the ui for as long as possible, whereas 37Signals for example won't start coding without a full HTML mockup. I've tried all different ways - even starting with the model - but I agree with

Re: [rspec-users] Outside-In with RSpec on Rails

2007-07-06 Thread Jed Hurt
Cool. I'll have to give it a try on my next project. On 7/6/07, David Chelimsky <[EMAIL PROTECTED]> wrote: > On 7/6/07, Jed Hurt <[EMAIL PROTECTED]> wrote: > > I just read 'Mocks Aren't Stubs' and was intrigued by the notion of > > 'outside-in' TDD. > > > > As a Rails developer, I'm curious if oth

Re: [rspec-users] Outside-In with RSpec on Rails

2007-07-06 Thread David Chelimsky
On 7/6/07, Jed Hurt <[EMAIL PROTECTED]> wrote: > I just read 'Mocks Aren't Stubs' and was intrigued by the notion of > 'outside-in' TDD. > > As a Rails developer, I'm curious if others are employing this method > when developing Rails applications using RSpec. Is it common practice > (or even pract

[rspec-users] Outside-In with RSpec on Rails

2007-07-06 Thread Jed Hurt
I just read 'Mocks Aren't Stubs' and was intrigued by the notion of 'outside-in' TDD. As a Rails developer, I'm curious if others are employing this method when developing Rails applications using RSpec. Is it common practice (or even practical) to drive the development of a Rails app by starting