]> git.openstreetmap.org Git - rails.git/blobdiff - test/helpers/asset_helper_test.rb
Add extra tests for API and redaction controllers
[rails.git] / test / helpers / asset_helper_test.rb
index 20e450ed540452d5bc0a58cf2155452d06076f51..8a4653b2527cb151b2c72dc3a8d52a6288e6e5b8 100644 (file)
@@ -1,7 +1,7 @@
-require 'test_helper'
+require "test_helper"
 
 class AssetHelperTest < ActionView::TestCase
   def test_assets
 
 class AssetHelperTest < ActionView::TestCase
   def test_assets
-    assert assets("iD").kind_of?(Hash)
+    assert assets("iD").is_a?(Hash)
   end
 end
   end
 end