mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:36:18 +08:00
*Don't* silence the deprecation warnings in test
This is actually where we are most likely to see it (and we should try to deal with those as soon as possible, ideally when upgrading).
This commit is contained in:
@ -40,7 +40,5 @@ Discourse::Application.configure do
|
|||||||
config.assets.compile = true
|
config.assets.compile = true
|
||||||
config.assets.digest = false
|
config.assets.digest = false
|
||||||
|
|
||||||
# silence deprecation warnings in test
|
|
||||||
config.eager_load = false
|
config.eager_load = false
|
||||||
ActiveSupport::Deprecation.silenced = true
|
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user