Fix new rubocop warnings
This commit is contained in:
parent
0a5069c1c1
commit
e71355c5bb
3 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue