mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 09:45:11 +02:00
Refactor domain force delete, add "death" force delete mailer template
#268
This commit is contained in:
parent
ae5ae9c60b
commit
b7a999f536
23 changed files with 395 additions and 166 deletions
|
@ -10,5 +10,10 @@ FactoryGirl.define do
|
|||
domain.admin_domain_contacts << FactoryGirl.build(:admin_domain_contact)
|
||||
domain.tech_domain_contacts << FactoryGirl.build(:tech_domain_contact)
|
||||
end
|
||||
|
||||
factory :domain_without_force_delete do
|
||||
force_delete_time nil
|
||||
statuses []
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue