]> git.openstreetmap.org Git - rails.git/blob - test/helpers/asset_helper_test.rb
Add passthrough of new `locale`, `maprules`, and `presets` URL hash parameters to iD
[rails.git] / test / helpers / asset_helper_test.rb
1 require "test_helper"
2
3 class AssetHelperTest < ActionView::TestCase
4   def test_assets
5     assert assets("iD").is_a?(Hash)
6   end
7 end