projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'crunch-job_finds_newer_docker_hashes' of https://github.com/tmooney...
[arvados.git]
/
services
/
api
/
test
/
factories
/
link.rb
1
FactoryGirl.define do
2
factory :link do
3
factory :permission_link do
4
link_class 'permission'
5
end
6
end
7
end