File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
railties/lib/rails/generators/rails/app/templates/config/environments Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ require "active_support/core_ext/integer/time"
8
8
Rails.application.configure do
9
9
# Settings specified here will take precedence over those in config/application.rb.
10
10
11
- # Code is not reloaded while tests run .
11
+ # While tests run files are not watched, reloading is not necessary .
12
12
config.enable_reloading = false
13
13
14
14
# Eager loading loads your entire application. When running a single test locally,
15
- # this is usually not necessary, and can slow down your test suite. However, it's
15
+ # this is usually not necessary, and can slow down your test suite. However, it's
16
16
# recommended that you enable it in continuous integration systems to ensure eager
17
17
# loading is working properly before deploying your code.
18
18
config.eager_load = ENV["CI"].present?
You can’t perform that action at this time.
0 commit comments