From e4a9601d0164a73bd2cc225e64c64042c818e13f Mon Sep 17 00:00:00 2001 From: machida Date: Thu, 6 Nov 2025 09:20:56 +0900 Subject: [PATCH] =?UTF-8?q?retirement=5Ftest=E3=81=AE=E3=82=AF=E3=83=A9?= =?UTF-8?q?=E3=82=B9=E5=90=8D=E7=AB=B6=E5=90=88=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/system/retirement_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/system/retirement_test.rb b/test/system/retirement_test.rb index a53367a7dfb..2164fb7867f 100644 --- a/test/system/retirement_test.rb +++ b/test/system/retirement_test.rb @@ -2,7 +2,7 @@ require 'application_system_test_case' -class RetirementTest < ApplicationSystemTestCase +class RetirementsTest < ApplicationSystemTestCase setup do @delivery_mode = AbstractNotifier.delivery_mode AbstractNotifier.delivery_mode = :normal