Add api_user_epp factory

#251
This commit is contained in:
Artur Beljajev 2016-12-13 08:12:53 +02:00
parent bcffb350c7
commit a77a0ae558

View file

@ -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