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 Fabricator(:epp_user) do
username 'test' username 'test'
password 'test' password 'test'
registrar
active true active true
end end

View file

@ -0,0 +1,5 @@
Fabricator(:registrar) do
name 'Zone Media OÜ'
reg_no '10577829'
address 'Lõõtsa 2, Tallinna linn, Harju maakond, 11415'
end