diff --git a/spec/dummy/config/environments/test.rb b/spec/dummy/config/environments/test.rb index e57c036..04f8d01 100644 --- a/spec/dummy/config/environments/test.rb +++ b/spec/dummy/config/environments/test.rb @@ -14,7 +14,7 @@ # Eager loading loads your whole application. When running a single test locally, # this probably isn't necessary. It's a good idea to do in a continuous integration # system, or in some way before deploying your code. - config.eager_load = ENV["CI"].present? + config.eager_load = false # Configure public file server for tests with Cache-Control for performance. config.public_file_server.enabled = true