Class Authlogic::TestCase::RailsRequestAdapter
In: lib/authlogic/test_case/rails_request_adapter.rb
Parent: ControllerAdapters::AbstractAdapter

Adapts authlogic to work with the @request object when testing. This way Authlogic can set cookies and what not before a request is made, ultimately letting you log in users in functional tests.

Methods

Public Instance methods

[Validate]