]> git.openstreetmap.org Git - rails.git/blobdiff - test/helpers/asset_helper_test.rb
Fix most auto-correctable rubocop issues
[rails.git] / test / helpers / asset_helper_test.rb
index 20e450ed540452d5bc0a58cf2155452d06076f51..70debcd7323f74fadc06e4aefd0200e094fce8e1 100644 (file)
@@ -2,6 +2,6 @@ require 'test_helper'
 
 class AssetHelperTest < ActionView::TestCase
   def test_assets
-    assert assets("iD").kind_of?(Hash)
+    assert assets("iD").is_a?(Hash)
   end
 end