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:
parent
bfc4f15b93
commit
95b9ea1222
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue