mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-09 23:08:05 -05:00
@@ -231,7 +231,7 @@ class DatabaseAuthenticatableTest < ActiveSupport::TestCase
|
||||
assert !user.valid?
|
||||
end
|
||||
|
||||
test 'required_fiels should be encryptable_password and the email field by default' do
|
||||
test 'required_fields should be encryptable_password and the email field by default' do
|
||||
assert_same_content Devise::Models::DatabaseAuthenticatable.required_fields(User), [
|
||||
:email,
|
||||
:encrypted_password
|
||||
|
||||
Reference in New Issue
Block a user