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

[rspec-users] basic noob question

2009-07-24 Thread norm
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 the params hash, another to test that it was saved, and th