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
059f47b6ba
gitlab-org--gitlab-foss
/
spec
/
factories
/
services.rb
6 lines
90 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
:service
do
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