mirror of
https://github.com/discourse/discourse.git
synced 2025-03-01 20:37:57 +08:00
FIX: Some specs were leaking state, causing other tests to run in
different languages and randomly failing with some seeds.
This commit is contained in:
parent
ec0480233c
commit
55249750ff
@ -91,6 +91,7 @@ Spork.prefork do
|
||||
SiteSetting.enable_system_avatars = false
|
||||
SiteSetting.automatically_download_gravatars = false
|
||||
|
||||
I18n.locale = :en
|
||||
end
|
||||
|
||||
class TestCurrentUserProvider < Auth::DefaultCurrentUserProvider
|
||||
|
Loading…
x
Reference in New Issue
Block a user