mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
Renamed owner_contact to registrant
This commit is contained in:
parent
92f41ebe0b
commit
8cd3dcf551
21 changed files with 126 additions and 812 deletions
|
@ -3,7 +3,7 @@ Fabricator(:domain) do
|
|||
valid_to Date.new(2014, 8, 7)
|
||||
period 1
|
||||
period_unit 'y'
|
||||
owner_contact(fabricator: :contact)
|
||||
registrant(fabricator: :contact)
|
||||
nameservers(count: 3)
|
||||
admin_domain_contacts(count: 1) { Fabricate(:admin_domain_contact) }
|
||||
tech_domain_contacts(count: 1) { Fabricate(:tech_domain_contact) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue