*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:
parent
b736fb7016
commit
2dd2b70994
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue