[rspec-users] Model validation failing in rspec for unknown reason
The Ultimation
lists at ruby-forum.com
Tue Feb 8 14:17:49 EST 2011
Nick Hoffman wrote in post #980380:
> On Tuesday, February 8, 2011 12:25:30 PM UTC-5, The Ultimation wrote:
>>
>> Hi, i'm getting the following error when running a spec on my controller
>> for my Equipment model.
>>
>> it "edit action should render edit template" do
>> get :edit, :id => Factory(:equipment)
>>
> Shouldn't you pass an ID to the "id" key, rather than a model instance?
I've tried every method of passing the id in, still same error :/
--
Posted via http://www.ruby-forum.com/.
More information about the rspec-users
mailing list