From 880721434c1aa6c05c8be6c1b0127843871c1bef Mon Sep 17 00:00:00 2001 From: Kuldeep Aggarwal Date: Sun, 15 Jun 2014 01:43:15 +0530 Subject: remove unnecessary calling of `I18n.backend.store_translations(empty, {})` Clean up I18n stored translations after test continuation with #15714 --- activesupport/test/i18n_test.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport/test/i18n_test.rb') diff --git a/activesupport/test/i18n_test.rb b/activesupport/test/i18n_test.rb index 5ef59b6e6b..3faa15e7fd 100644 --- a/activesupport/test/i18n_test.rb +++ b/activesupport/test/i18n_test.rb @@ -99,7 +99,6 @@ class I18nTest < ActiveSupport::TestCase end def test_to_sentence_with_empty_i18n_store - I18n.backend.store_translations 'empty', {} assert_equal 'a, b, and c', %w[a b c].to_sentence(locale: 'empty') end end -- cgit v1.2.3