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
/
service_hooks.rb
7 lines
98 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_hook
do
Don't use FFaker in factories, use sequences instead FFaker can generate data that randomly break our test suite. This simplifies our factories and use sequences which are more predictive. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-23 09:08:39 -04:00
url
{
generate
(
:url
)
}
Move all factory definitions to their own file
2016-02-16 22:55:24 -05:00
service
end
end
Copy permalink