mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Loading multi_json instead of i18n gem.
Don't know why it's giving error with i18n gem. Changing this as it dosn't matter with specific gem.
This commit is contained in:
@@ -60,7 +60,7 @@ class KernelTest < ActiveSupport::TestCase
|
||||
|
||||
def test_require_library_or_gem_deprecated
|
||||
assert_deprecated do
|
||||
require_library_or_gem 'i18n'
|
||||
require_library_or_gem 'multi_json'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user