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

Fix failing test.

This commit is contained in:
José Valim 2012-03-30 09:13:28 +02:00
parent f1ccaf86a4
commit 52b4bab461

View file

@ -168,8 +168,7 @@ class RememberableTest < ActiveSupport::TestCase
test 'should have the required_fiels array' do
assert_same_content Devise::Models::Rememberable.required_fields(User), [
:remember_created_at,
:remember_token
:remember_created_at
]
end
end