This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
b61199ce0c
gitlab-org--gitlab-foss
/
spec
/
factories
/
project_group_links.rb
7 lines
111 B
Ruby
Raw
Normal View
History
Unescape
Escape
Bring ProjectGroupLink model and migrations from EE Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-11 11:47:05 -05:00
FactoryGirl
.
define
do
factory
:project_group_link
do
Factories with a project association use `:empty_project` by default
2017-01-24 20:30:56 -05:00
project
factory
:
:empty_project
Bring ProjectGroupLink model and migrations from EE Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-11 11:47:05 -05:00
group
end
end
Copy permalink