X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7a5ac0394dfcd5d1cd5a8b659563ddd7afc33332..2c92bf895f4ea0be2a90bce0b83ae39e3d7463ef:/config/environments/test.rb diff --git a/config/environments/test.rb b/config/environments/test.rb index a26b6ef92..44dd2992b 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -12,6 +12,7 @@ config.whiny_nils = true # Show full error reports and disable caching config.action_controller.consider_all_requests_local = true config.action_controller.perform_caching = false +config.action_view.cache_template_loading = true # Disable request forgery protection in test environment config.action_controller.allow_forgery_protection = false