We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da9a21 commit fb974f0Copy full SHA for fb974f0
config/environments/test.rb
@@ -13,7 +13,8 @@
13
# this is usually not necessary, and can slow down your test suite. However, it's
14
# recommended that you enable it in continuous integration systems to ensure eager
15
# loading is working properly before deploying your code.
16
- config.eager_load = ENV["CI"].present?
+ # config.eager_load = ENV["CI"].present?
17
+ config.eager_load = true
18
19
# Configure public file server for tests with cache-control for performance.
20
config.public_file_server.headers = { "cache-control" => "public, max-age=3600" }
0 commit comments