From d244ef22c50a989ca748fbeae5747f78b4324a89 Mon Sep 17 00:00:00 2001 From: Camille Villa <5402927+camillevilla@users.noreply.github.com> Date: Wed, 18 Dec 2024 15:57:56 -0800 Subject: [PATCH] Enable reloading for tests --- config/environments/test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/environments/test.rb b/config/environments/test.rb index 9d2f7b3a1..6658552cd 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -9,6 +9,7 @@ # and recreated between test runs. Don't rely on the data there! config.cache_classes = false # config.action_view.cache_template_loading = true + config.enable_reloading = true # Do not eager load code on boot. This avoids loading your whole application # just for the purpose of running a single test. If you are using a tool that