mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 19:24:51 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user