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
f1350a5c82
gitlab-org--gitlab-foss
/
spec
/
factories
/
emails.rb
7 lines
107 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
:email
do
user
Remove unused `another_email` factory
2016-03-06 16:34:43 -05:00
email
{
FFaker
::
Internet
.
email
(
'alias'
)
}
Move all factory definitions to their own file
2016-02-16 22:55:24 -05:00
end
end
Copy permalink