X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/dcaf21602c4743979fa1f138553198997577b7a1..90f1c492271ba8a777988a4b41a53c095af9ae99:/test/system/user_suspension_test.rb?ds=sidebyside diff --git a/test/system/user_suspension_test.rb b/test/system/user_suspension_test.rb index 075303ff0..a72512357 100644 --- a/test/system/user_suspension_test.rb +++ b/test/system/user_suspension_test.rb @@ -7,7 +7,7 @@ class UserSuspensionTest < ApplicationSystemTestCase visit edit_account_path assert_content "My Settings" - user.update(:status => "suspended") + user.suspend! visit edit_account_path assert_content "This decision will be reviewed by an administrator shortly"