Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1299729
user.rb
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Nov 19, 12:35 AM
Size
128 B
Mime Type
text/plain
Expires
Fri, Nov 21, 12:35 AM (1 d, 3 h)
Engine
blob
Format
Raw Data
Handle
292690
Attached To
rWEBDNS WebDNS (edet4)
user.rb
View Options
FactoryGirl
.
define
do
factory
:user
do
sequence
(
:email
)
{
|
n
|
"user-
#{
n
}
@example.com"
}
password
'password'
end
end
Event Timeline
Log In to Comment