mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
I18n: fix activerecord i18n test for classy backend
This commit is contained in:
parent
43a0012e50
commit
49859b0bb1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue