Skip to content

Commit fe83b7f

Browse files
committed
Reword recent comment in test.rb.tt
1 parent 3f854d3 commit fe83b7f

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ 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-
# Code is not reloaded while tests run.
11+
# While tests run files are not watched, reloading is not necessary.
1212
config.enable_reloading = false
1313

1414
# 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
1616
# recommended that you enable it in continuous integration systems to ensure eager
1717
# loading is working properly before deploying your code.
1818
config.eager_load = ENV["CI"].present?

0 commit comments

Comments
 (0)