Thursday, May 12, 2011

Authlogic::Session::Activation::NotActivatedError:


Put the setup :activate_authlogic class in your unit test class.
e.g.


class ExampleControllerTest < ActionController::TestCase

    setup
:activate_authlogic
end


http://rdoc.info/github/binarylogic/authlogic/master/Authlogic/TestCase

No comments:

Post a Comment