[rspec-users] Testing user_controller update action
Andrew Davis
lists at ruby-forum.com
Thu Nov 18 13:40:41 EST 2010
Okay...
Problem temporarily solved.
Turns out it has to do with my before filter. I have:
before_filter :authenticate_user!
before_filter :set_conditions
in the application controller. And:
before_filter :authorize
At the top of the users_controller.
For some reason it works with those commented out. But still not at the
final solution yet.
--
Posted via http://www.ruby-forum.com/.
More information about the rspec-users
mailing list