From bc2243387f7af24cbb2326d9349dc9f0a221beaa Mon Sep 17 00:00:00 2001 From: Camille Villa <5402927+camillevilla@users.noreply.github.com> Date: Wed, 18 Dec 2024 13:57:02 -0800 Subject: [PATCH] Disable config.cache_classes to satisfy Spring error --- config/environments/test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/test.rb b/config/environments/test.rb index e28ed10a6..9d2f7b3a1 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -7,7 +7,7 @@ # test suite. You never need to work with it otherwise. Remember that # your test database is "scratch space" for the test suite and is wiped # and recreated between test runs. Don't rely on the data there! - config.cache_classes = true + config.cache_classes = false # config.action_view.cache_template_loading = true # Do not eager load code on boot. This avoids loading your whole application