Merge branch 'master' into registry-661

This commit is contained in:
Artur Beljajev 2018-02-26 16:10:20 +02:00
commit 03b6f1df91
18 changed files with 147 additions and 224 deletions

View file

@ -11,11 +11,6 @@ FactoryBot.define do
domain.tech_domain_contacts << FactoryBot.build(:tech_domain_contact)
end
factory :domain_without_force_delete do
force_delete_time nil
statuses []
end
factory :domain_discarded do
statuses [DomainStatus::DELETE_CANDIDATE]
end