beta 4 works, yay.

This commit is contained in:
José Valim
2010-06-09 01:26:54 +02:00
parent f0c0f5f11b
commit 870912d458
3 changed files with 6 additions and 5 deletions

View File

@@ -64,7 +64,7 @@ class LockableTest < ActiveSupport::TestCase
user.unlock_access!
assert_nil user.reload.locked_at
assert_nil user.reload.unlock_token
assert 0, user.reload.failed_attempts
assert_equal 0, user.reload.failed_attempts
end
test 'should not unlock an unlocked user' do