mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-28 03:00:29 -04:00
beta 4 works, yay.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user