mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-09 14:58:05 -05:00
Fix password_confirmation test. Thanks to Cairo Noleto.
This commit is contained in:
@@ -18,7 +18,7 @@ class AuthenticableTest < ActiveSupport::TestCase
|
||||
end
|
||||
|
||||
test 'should have password confirmation accessible' do
|
||||
assert field_accessible?(:password)
|
||||
assert field_accessible?(:password_confirmation)
|
||||
end
|
||||
|
||||
test 'should not have password salt accessible' do
|
||||
@@ -121,4 +121,3 @@ class AuthenticableTest < ActiveSupport::TestCase
|
||||
assert_nil authenticated_user
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user