mirror of https://github.com/rails/rails
Fix test to assign the module instead of a new instance
This commit is contained in:
parent
3c52c4c12b
commit
950ea33242
|
@ -40,7 +40,7 @@ class ActiveRecordI18nTests < Test::Unit::TestCase
|
|||
|
||||
private
|
||||
def reset_translations
|
||||
I18n.backend = I18n::Backend::Simple.new
|
||||
I18n.backend = I18n::Backend::Simple
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue