diff options
Diffstat (limited to 'activesupport/test/i18n_test.rb')
-rw-r--r-- | activesupport/test/i18n_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/i18n_test.rb b/activesupport/test/i18n_test.rb index 7d88d2dc6b..58ccbdf108 100644 --- a/activesupport/test/i18n_test.rb +++ b/activesupport/test/i18n_test.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: true require "abstract_unit" require "active_support/time" require "active_support/core_ext/array/conversions" |