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
def reset_translations
I18n.backend = I18n::Backend::Simple
I18n.backend = I18n::Backend::Simple.new
end
end