mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 09:27:19 +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
|
||||
username 'test'
|
||||
password 'test'
|
||||
registrar
|
||||
active true
|
||||
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