mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
Add registrar fabricator
This commit is contained in:
parent
aa88c30565
commit
3a57126e69
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
5
spec/fabricators/registrar_fabricator.rb
Normal file
5
spec/fabricators/registrar_fabricator.rb
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue