Add registrar fabricator

This commit is contained in:
Martin Lensment 2014-06-26 13:22:23 +03:00
parent aa88c30565
commit 3a57126e69
2 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,6 @@
Fabricator(:epp_user) do
username 'test'
password 'test'
registrar
active true
end