openstreetmap-website/test/helpers/asset_helper_test.rb
2015-02-20 08:56:16 +00:00

7 lines
132 B
Ruby

require 'test_helper'
class AssetHelperTest < ActionView::TestCase
def test_assets
assert assets("iD").is_a?(Hash)
end
end