Re: [rspec-users] basic noob question

2009-07-25 Thread Rick DeNatale
On Fri, Jul 24, 2009 at 9:40 PM, norm wrote: > I'm struggling mightily! > > I have a controller called Govtpositions, and I'm just trying to test > the standard Rails 'create' method. So it seems as if three examples > would be appropriate... one to test the instantiation of the new model > from th

Re: [rspec-users] Errors when running AUTOFEATURE=true autospec [cucumber, autotest]

2009-07-25 Thread David Chelimsky
On Sat, Jul 25, 2009 at 6:57 AM, Andy Pearson wrote: > Wanted to add some more information to this > > Since Cucumber seemed to be working, I created a feature and used it > to drive the initial creation of a new controller. > > Once the route was done I dropped down to a controller spec and wr

Re: [rspec-users] Errors when running AUTOFEATURE=true autospec [cucumber, autotest]

2009-07-25 Thread David Chelimsky
On Jul 24, 2009, at 4:33 PM, Andy Pearson > wrote: Hey List, Hope all is well, I haven't been keeping up with the list whilst I wasn't doing much Rails work but I'm back in the game and looking forward to seeing how far things have progressed! I think I have probably mentioned this alread

Re: [rspec-users] Errors when running AUTOFEATURE=true autospec [cucumber, autotest]

2009-07-25 Thread Andy Pearson
Wanted to add some more information to this Since Cucumber seemed to be working, I created a feature and used it to drive the initial creation of a new controller. Once the route was done I dropped down to a controller spec and wrote the controller code that makes it pass. Now when I run AUT