Re: [rspec-users] DRY specs for RESTful controllers

2007-08-29 Thread Tom Stuart
On 29 Aug 2007, at 14:44, David Chelimsky wrote: > I just added a feature request for this outlining my thoughts on > how it should work: > Please feel free to add comments to that item in the tracker. Thanks a lot, David, I'll read and respond to that. In the meantime, assuming one is restrict

Re: [rspec-users] DRY specs for RESTful controllers

2007-08-29 Thread David Chelimsky
On 8/29/07, Tom Stuart <[EMAIL PROTECTED]> wrote: > Hi, > > I'm developing a RESTful Rails application whose code and specs are > becoming increasingly repetitive: every controller does pretty much > the same set of things (give or take the occasional twiddle), for > example, and so every controlle

[rspec-users] DRY specs for RESTful controllers

2007-08-29 Thread Tom Stuart
Hi, I'm developing a RESTful Rails application whose code and specs are becoming increasingly repetitive: every controller does pretty much the same set of things (give or take the occasional twiddle), for example, and so every controller spec is almost identical modulo some names, constan