mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Domain creating refactor
This commit is contained in:
parent
a01f03a6d5
commit
b26345dde4
8 changed files with 103 additions and 86 deletions
|
@ -4,4 +4,6 @@ Fabricator(:domain) do
|
|||
period 1
|
||||
period_unit 'y'
|
||||
owner_contact(fabricator: :contact)
|
||||
nameservers(count: 3)
|
||||
admin_contacts(count: 1) { Fabricate(:contact) }
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue