Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
3339513ca67c50a231b8906a33eccc0d209270a5
3339513ca67c50a231b8906a33eccc0d209270a5
Switch branch/tag
gitlab-ce
spec
factories
emails.rb
Find file
Normal view
History
Permalink
emails.rb
107 Bytes
Edit
Web IDE
Newer
Older
Move all factory definitions to their own file
Robert Speicher
committed
8 years ago
1
2
3
FactoryGirl
.
define
do
factory
:email
do
user
Remove unused `another_email` factory
Robert Speicher
committed
8 years ago
4
email
{
FFaker
::
Internet
.
email
(
'alias'
)
}
Move all factory definitions to their own file
Robert Speicher
committed
8 years ago
5
6
end
end