summaryrefslogtreecommitdiffstats
path: root/config/environments/test.rb
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2023-12-12 16:26:34 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2023-12-12 16:26:34 +0000
commita2c90c462f3ca011f51bffd03a01e560b9cf4c9b (patch)
tree44d1035e040c17ecf3c8cd63fdc45f0a0a3b3fe4 /config/environments/test.rb
parent4cff8b309aac1dbfdfcd1930f1a50ca2e84d1747 (diff)
downloadredmine-a2c90c462f3ca011f51bffd03a01e560b9cf4c9b.tar.gz
redmine-a2c90c462f3ca011f51bffd03a01e560b9cf4c9b.zip
Reverts r22507, r22508 and r22510 (#36320, #39803).
git-svn-id: https://svn.redmine.org/redmine/trunk@22515 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/environments/test.rb')
-rw-r--r--config/environments/test.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/environments/test.rb b/config/environments/test.rb
index e67cea76c..199f1bb27 100644
--- a/config/environments/test.rb
+++ b/config/environments/test.rb
@@ -18,9 +18,6 @@ Rails.application.configure do
# preloads Rails for running tests, you may have to set it to true.
config.eager_load = false
- # Change the plugin directory when testing to avoid clashes with real plugins.
- config.redmine_plugin_directory = 'test/fixtures/plugins'
-
# Configure public file server for tests with Cache-Control for performance.
config.public_file_server.enabled = true
config.public_file_server.headers = {