Skip to content

Commit

Permalink
Disable config.cache_classes to satisfy Spring error
Browse files Browse the repository at this point in the history
  • Loading branch information
camillevilla committed Dec 18, 2024
1 parent 0ebf87c commit bc22433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc22433

Please sign in to comment.