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
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