Skip to content

Commit b391b20

Browse files
committed
Cleanup test env
1 parent e8bf8b0 commit b391b20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config/environments/test.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +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)
16-
config.log_level = :FATAL
15+
config.log_level = :fatal
1716
# Configure static file server for tests with Cache-Control for performance.
1817
config.serve_static_files = true
1918
config.static_cache_control = 'public, max-age=3600'

0 commit comments

Comments
 (0)