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

Reply via email to