mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
parent
bcffb350c7
commit
a77a0ae558
1 changed files with 4 additions and 0 deletions
|
@ -4,5 +4,9 @@ FactoryGirl.define do
|
||||||
password 'a' * 6
|
password 'a' * 6
|
||||||
roles ['super']
|
roles ['super']
|
||||||
registrar
|
registrar
|
||||||
|
|
||||||
|
factory :api_user_epp do
|
||||||
|
roles %w(epp static_registrant)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue