mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
EPP email change will send notification to registrant
This commit is contained in:
parent
73637b1a28
commit
64fec42a69
14 changed files with 330 additions and 22 deletions
|
@ -1,7 +1,12 @@
|
|||
Fabricator(:domain_contact) do
|
||||
contact { Fabricate(:contact) }
|
||||
contact_type 'admin'
|
||||
after_build do |x|
|
||||
x.contact_code_cache = x.contact.code
|
||||
end
|
||||
type 'TechDomainContact'
|
||||
end
|
||||
|
||||
Fabricator(:tech_domain_contact, from: :domain_contact) do
|
||||
type 'TechDomainContact'
|
||||
end
|
||||
|
||||
Fabricator(:admin_domain_contact, from: :domain_contact) do
|
||||
type 'AdminDomainContact'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue