Don French _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users
I am trying to figure out how to properly test a view when part of the
view is is protected with a role check <% if current_user.admin? %>..
How do I force a log in or mock the current user. I need to do it in a
DRY way as this is used throughout the system checking various
privileges.
- [rspec-users] Testing Views with Authentication Donald French
- Re: [rspec-users] Testing Views with Authentication David Chelimsky
- Re: [rspec-users] Testing Views with Authentication Pat Maddox