]> git.openstreetmap.org Git - rails.git/blobdiff - test/lib/i18n_test.rb
Fix rubocop warnings
[rails.git] / test / lib / i18n_test.rb
index c18c2f3468537ad2d539adb78fe51cb1a05ff5bc..3ead036ebc9a56401b7c4d4dfbe330e775afdd26 100644 (file)
@@ -49,7 +49,7 @@ class I18nTest < ActiveSupport::TestCase
         end
       end
 
-      assert %w(ltr rtl).include?(I18n.t("html.dir", :locale => locale)), "html.dir must be ltr or rtl"
+      assert %w[ltr rtl].include?(I18n.t("html.dir", :locale => locale)), "html.dir must be ltr or rtl"
     end
   end