before_filter :requires_user,
:except => :create
def show
#-------
# the currently authenticated user
@user = user
end
How shall we check the currently authenticated user using rspec?
_______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
