aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/dummy/config/environments/test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activejob/test/dummy/config/environments/test.rb')
-rw-r--r--activejob/test/dummy/config/environments/test.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/activejob/test/dummy/config/environments/test.rb b/activejob/test/dummy/config/environments/test.rb
deleted file mode 100644
index ff0318412f..0000000000
--- a/activejob/test/dummy/config/environments/test.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-Rails.application.configure do
- config.cache_classes = true
- config.eager_load = false
- config.serve_static_assets = true
- config.static_cache_control = 'public, max-age=3600'
- config.consider_all_requests_local = true
- config.action_controller.perform_caching = false
- config.action_dispatch.show_exceptions = false
- config.action_controller.allow_forgery_protection = false
- config.action_mailer.delivery_method = :test
- config.active_support.deprecation = :stderr
- config.log_level = :debug
-end