Fix test to assign the module instead of a new instance

This commit is contained in:
Jeremy Kemper
2008-08-24 11:08:49 -07:00
parent 3c52c4c12b
commit 950ea33242

View File

@@ -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