]> git.openstreetmap.org Git - rails.git/blob - test/helpers/asset_helper_test.rb
add dir="auto" to linkified links and replicate openstreetmap#5850 in ApplicationHelper
[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