projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Use changeset factory for factory associations
[rails.git]
/
test
/
helpers
/
asset_helper_test.rb
1
require "test_helper"
2
3
class AssetHelperTest < ActionView::TestCase
4
def test_assets
5
assert assets("iD").is_a?(Hash)
6
end
7
end