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 0ba9cb6 commit f84cdb4Copy full SHA for f84cdb4
config/environments/test.rb
@@ -12,6 +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
# Configure static file server for tests with Cache-Control for performance.
17
config.serve_static_files = true
18
config.static_cache_control = 'public, max-age=3600'
0 commit comments