authlogic_example
authlogic_example copied to clipboard
UserSessionsControllerTest test of destroy doesn't do anything
The test states "should destroy user session". How can it do that when there is no session present at the start of the test? There needs to be an action at the start of the test, that creates a session before the call to destroy.