mirror of
https://github.com/github/rails.git
synced 2026-01-26 23:08:58 -05:00
Fix test to assign the module instead of a new instance
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user