search for: bloggag

Displaying 1 result from an estimated 1 matches for "bloggag".

Did you mean: bloggage
2007 Dec 14
5
How do I mock params?
Here is the code within the controller: Line 69: @photo = @member.build_photo(params[:photo]) unless params[:photo][:uploaded_data].blank? I got a little ahead of myself and wrote the code, and now have a bunch of errors telling me that: ------- 6) NoMethodError in ''Spec::Rails::Example::ControllerExampleGroup MembersController handling PUT /members/1 should find the member