From daae58ca648b808d1ca411add84182d681aa68a8 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Wed, 10 Jan 2024 14:41:27 -0600 Subject: [PATCH] Update test.rb --- config/environments/test.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/environments/test.rb b/config/environments/test.rb index 502f27afd..febe4295f 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -9,7 +9,8 @@ # Settings specified here will take precedence over those in config/application.rb. # Turn false under Spring and add config.action_view.cache_template_loading = true. - config.cache_classes = true + config.cache_classes = false + config.action_view.cache_template_loading = true # Eager loading loads your whole application. When running a single test locally, # this probably isn't necessary. It's a good idea to do in a continuous integration