[rspec-users] how to check with rspec if controller action set needed instance variables ?
Andy Lindeman
alindeman at gmail.com
Thu Dec 13 15:05:45 UTC 2012
On Thu, Dec 13, 2012 at 7:06 AM, Alex Leasenco <alexwebscom at gmail.com> wrote:
> def view_task
> @task = params[:task]
> @back_to = view_path(@camp)
> end
>
> Thanks
In your specs, these are accessible via assigns(:task) and assigns(:back_to)
More details: <https://www.relishapp.com/rspec/rspec-rails/v/2-12/docs/controller-specs>
--
Andy Lindeman
http://www.andylindeman.com/
More information about the rspec-users
mailing list