Skip to content

Commit

Permalink
Remove debugger call in test
Browse files Browse the repository at this point in the history
  • Loading branch information
binarylogic committed Mar 30, 2009
1 parent 55ccfa2 commit 6b2532a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/session_test/activation_test.rb
Expand Up @@ -7,7 +7,6 @@ def test_activated
assert UserSession.activated?
Authlogic::Session::Base.controller = nil
assert !UserSession.activated?
debugger
end

def test_controller
Expand Down

0 comments on commit 6b2532a

Please sign in to comment.