Skip to content

Commit 3f854d3

Browse files
authored
Merge pull request rails#46648 from ghiculescu/test-tt-reloading
Better `enable_reloading` comment in `environments/test.rb`
2 parents 350ef7e + f75f841 commit 3f854d3

File tree

1 file changed

+1
-1
lines changed
  • railties/lib/rails/generators/rails/app/templates/config/environments

1 file changed

+1
-1
lines changed

railties/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require "active_support/core_ext/integer/time"
88
Rails.application.configure do
99
# Settings specified here will take precedence over those in config/application.rb.
1010

11-
# Turn true under Spring and add config.action_view.cache_template_loading = true.
11+
# Code is not reloaded while tests run.
1212
config.enable_reloading = false
1313

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

0 commit comments

Comments
 (0)