projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update bundle
[rails.git]
/
test
/
helpers
/
asset_helper_test.rb
diff --git
a/test/helpers/asset_helper_test.rb
b/test/helpers/asset_helper_test.rb
index 20e450ed540452d5bc0a58cf2155452d06076f51..c255cc76627761a17333d59db8bad1195d5db65d 100644
(file)
--- a/
test/helpers/asset_helper_test.rb
+++ b/
test/helpers/asset_helper_test.rb
@@
-1,7
+1,7
@@
-require
'test_helper'
+require
"test_helper"
class AssetHelperTest < ActionView::TestCase
def test_assets
class AssetHelperTest < ActionView::TestCase
def test_assets
- assert
assets("iD").kind_of?(Hash
)
+ assert
_kind_of Hash, assets("iD"
)
end
end
end
end