Skip to content

Commit f84cdb4

Browse files
committed
Try disabling logger
1 parent 0ba9cb6 commit f84cdb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/environments/test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# preloads Rails for running tests, you may have to set it to true.
1313
config.eager_load = false
1414

15+
config.logger = Logger.new(nil)
1516
# Configure static file server for tests with Cache-Control for performance.
1617
config.serve_static_files = true
1718
config.static_cache_control = 'public, max-age=3600'

0 commit comments

Comments
 (0)