Fix new rubocop warnings

This commit is contained in:
Tom Hughes 2024-01-23 18:14:28 +00:00
parent 0a5069c1c1
commit e71355c5bb
3 changed files with 2 additions and 5 deletions

View file

@ -2,6 +2,6 @@ require "test_helper"
class AssetHelperTest < ActionView::TestCase
def test_assets
assert assets("iD").is_a?(Hash)
assert_kind_of Hash, assets("iD")
end
end