On Wed, May 27, 2009 at 7:08 AM, Diwakar, ANGLER - EIT
<diwa...@angleritech.com> wrote:
>   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?

What's in requires_user?
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to