We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8bf8b0 commit b391b20Copy full SHA for b391b20
config/environments/test.rb
@@ -12,8 +12,7 @@
12
# preloads Rails for running tests, you may have to set it to true.
13
config.eager_load = false
14
15
- config.logger = Logger.new(nil)
16
- config.log_level = :FATAL
+ config.log_level = :fatal
17
# Configure static file server for tests with Cache-Control for performance.
18
config.serve_static_files = true
19
config.static_cache_control = 'public, max-age=3600'
0 commit comments