]> git.openstreetmap.org Git - rails.git/blob - test/helpers/asset_helper_test.rb
Restrict version of dry-schema for ruby 3.1.2 compatibility
[rails.git] / test / helpers / asset_helper_test.rb
1 require "test_helper"
2
3 class AssetHelperTest < ActionView::TestCase
4   def test_assets
5     assert_kind_of Hash, assets("iD")
6   end
7 end