mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
8 lines
151 B
Ruby
8 lines
151 B
Ruby
Fabricator(:user) do
|
|
username 'gitlab'
|
|
password 'ghyt9e4fu'
|
|
email 'info@gitlab.eu'
|
|
identity_code '37810013108'
|
|
country
|
|
roles ['admin']
|
|
end
|