mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Small typo.
This commit is contained in:
parent
65947b6696
commit
3e3a3ad102
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue