Skip to content

Commit

Permalink
Removing the tests for #61 since it doesn't seem to be an issue yet.
Browse files Browse the repository at this point in the history
This reverts commit ba2cde2.
  • Loading branch information
qrush committed Apr 21, 2009
1 parent b7e78d3 commit 043049d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
2 changes: 0 additions & 2 deletions lib/clearance/authentication.rb
Expand Up @@ -48,8 +48,6 @@ def sign_user_in(user)
def sign_in(user)
if user
session[:user_id] = user.id
# Proposed fix for Ticket #61 (have not yet made a failing test for it)
# @_current_user = user
end
end

Expand Down
34 changes: 0 additions & 34 deletions test/controllers/application_controller_test.rb

This file was deleted.

0 comments on commit 043049d

Please sign in to comment.