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/. _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users