1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Small typo.

This commit is contained in:
Rodrigo Navarro 2013-11-28 09:00:59 -02:00
parent 65947b6696
commit 3e3a3ad102

View file

@ -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