This website requires JavaScript.
Explore
Help
Sign In
ahinz
/
courseplatform
Watch
1
Star
0
Fork
You've already forked courseplatform
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
courseplatform
/
spec
/
factories
/
users.rb
7 lines
112 B
Ruby
Raw
Permalink
Blame
History
FactoryBot
.
define
do
factory
:user
do
email
{
'johndoe@gmail.com'
}
password
{
'blahblah'
}
end
end
Reference in New Issue
View Git Blame
Copy Permalink