X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/acbc99ac16103e1be5c1ef1841794f259e3b6a03..6fb857020092c909043c4521b91a040f3bb16937:/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