From e5034f5ac0cd1992a8ff341e69441de407a06198 Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Tue, 24 Oct 2023 20:13:15 +0000 Subject: [PATCH] Delete whole @tmp/plugins@ directory (#38707). git-svn-id: https://svn.redmine.org/redmine/trunk@22374 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/integration/routing/plugins_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/routing/plugins_test.rb b/test/integration/routing/plugins_test.rb index b330ec654..155dd7af4 100644 --- a/test/integration/routing/plugins_test.rb +++ b/test/integration/routing/plugins_test.rb @@ -60,7 +60,7 @@ class RoutingPluginsTest < Redmine::RoutingTest end teardown do - @setup_plugin_paths.each(&:rmtree) + FileUtils.rm_rf @tmp_plugins_path Redmine::PluginLoader.load RedmineApp::Application.instance.routes_reloader.reload! end -- 2.39.5