X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/dcaf21602c4743979fa1f138553198997577b7a1..8c0f5752809f7a21aa62babc05f35a8f881d2141:/test/system/user_suspension_test.rb 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"