mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
5 lines
No EOL
141 B
Ruby
5 lines
No EOL
141 B
Ruby
Fabricator(:site) do
|
|
username { SecureRandom.hex }
|
|
password { 'abcde' }
|
|
email { SecureRandom.uuid.gsub('-', '')+'@example.com' }
|
|
end |