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
cd13e4ae73
gitlab-org--gitlab-foss
/
spec
/
factories
/
deploy_keys_projects.rb
7 lines
117 B
Ruby
Raw
Normal View
History
Unescape
Escape
Move all factory definitions to their own file
2016-02-16 22:55:24 -05:00
FactoryGirl
.
define
do
factory
:deploy_keys_project
do
deploy_key
Factories with a project association use `:empty_project` by default
2017-01-24 20:30:56 -05:00
project
factory
:
:empty_project
Move all factory definitions to their own file
2016-02-16 22:55:24 -05:00
end
end
Copy permalink