mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
4 lines
No EOL
79 B
Ruby
4 lines
No EOL
79 B
Ruby
Fabricator(:site) do
|
|
username { SecureRandom.hex }
|
|
password { 'abcde' }
|
|
end |