Skip to content

Commit

Permalink
Set config.enable_reloading to true
Browse files Browse the repository at this point in the history
  • Loading branch information
moveson committed Dec 22, 2024
1 parent 4871942 commit 55ffbfd
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 @@ -10,7 +10,7 @@

# While tests run files are not watched, reloading is not necessary.
config.cache_classes = false
config.enable_reloading = false
config.enable_reloading = true
config.action_view.cache_template_loading = true

# Eager loading loads your entire application. When running a single test locally,
Expand Down

0 comments on commit 55ffbfd

Please sign in to comment.