From 462996a41a639979a4032453352e67d22184827d Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Wed, 14 Aug 2024 15:57:44 +0300 Subject: [PATCH] Rename user blocks system test class --- test/system/user_blocks_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/system/user_blocks_test.rb b/test/system/user_blocks_test.rb index f710f74aa..6e4f5b471 100644 --- a/test/system/user_blocks_test.rb +++ b/test/system/user_blocks_test.rb @@ -1,6 +1,6 @@ require "application_system_test_case" -class ReportNoteTest < ApplicationSystemTestCase +class UserBlocksSystemTest < ApplicationSystemTestCase test "revoke all link is absent for anonymous users when viewed user has active blocks" do blocked_user = create(:user) create(:user_block, :user => blocked_user) -- 2.39.5