Makes tests run slightly faster.

see:
https://jtway.co/speed-up-your-rails-test-suite-by-6-in-1-line-13fedb869ec4
This commit is contained in:
Robin Ward 2017-07-13 11:34:59 -04:00
parent bfc4f15b93
commit 95b9ea1222
1 changed files with 3 additions and 0 deletions

View File

@ -41,4 +41,7 @@ Discourse::Application.configure do
config.assets.digest = false
config.eager_load = false
config.logger = Logger.new(nil)
config.log_level = :fatal
end