mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Remove not used variable, fix indent
This commit is contained in:
parent
ab48435211
commit
96e0dcf5d5
1 changed files with 3 additions and 3 deletions
|
@ -153,7 +153,7 @@ class CheckFieldsTest < ActiveSupport::TestCase
|
|||
devise :database_authenticatable
|
||||
end
|
||||
|
||||
exception = assert_raise_with_message Devise::Models::MissingAttribute, "The following attribute(s) is (are) missing on your model: encrypted_password, email" do
|
||||
assert_raise_with_message Devise::Models::MissingAttribute, "The following attribute(s) is (are) missing on your model: encrypted_password, email" do
|
||||
Devise::Models.check_fields!(Magician)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue