From d6f5b93ae480c1f1a33c0a4f4d968ea5023a1e95 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Wed, 28 May 2025 16:33:40 +0300 Subject: [PATCH] Rename confirmations controller test class Change the class name to ConfirmationsControllerTest to match the filename and the tested controller. --- test/controllers/confirmations_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/controllers/confirmations_controller_test.rb b/test/controllers/confirmations_controller_test.rb index f7c99a0c6..562e2811d 100644 --- a/test/controllers/confirmations_controller_test.rb +++ b/test/controllers/confirmations_controller_test.rb @@ -1,6 +1,6 @@ require "test_helper" -class UsersControllerTest < ActionDispatch::IntegrationTest +class ConfirmationsControllerTest < ActionDispatch::IntegrationTest ## # test all routes which lead to this controller def test_routes -- 2.39.5