mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 02:09:39 +02:00
6 lines
91 B
Ruby
6 lines
91 B
Ruby
Fabricator(:epp_user) do
|
|
username 'test'
|
|
password 'test'
|
|
registrar
|
|
active true
|
|
end
|