On Thu, Mar 6, 2008 at 7:12 AM, Bastien <[EMAIL PROTECTED]> wrote: > Thanks David, this works just fine. I would rather do some stubbing > there if it's possible though. I tried : > > ApplicationController.stub! > (:user_authentication_required).and_return(true)
try controller.stub!(....) Pat _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
