1
0
Fork 0
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:
Sven Fuchs 2008-08-25 11:48:03 +02:00
parent 43a0012e50
commit 49859b0bb1

View file

@ -40,7 +40,7 @@ class ActiveRecordI18nTests < Test::Unit::TestCase
private private
def reset_translations def reset_translations
I18n.backend = I18n::Backend::Simple I18n.backend = I18n::Backend::Simple.new
end end
end end