mirror of
https://github.com/github/rails.git
synced 2026-01-27 07:17:58 -05:00
I18n: fix activerecord i18n test for classy backend
This commit is contained in:
@@ -40,7 +40,7 @@ class ActiveRecordI18nTests < Test::Unit::TestCase
|
||||
|
||||
private
|
||||
def reset_translations
|
||||
I18n.backend = I18n::Backend::Simple
|
||||
I18n.backend = I18n::Backend::Simple.new
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user