mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-11 06:26:25 -04: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue