mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 02:05:57 +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
|
@ -326,13 +326,13 @@ describe Contact, '.destroy_orphans' do
|
|||
end
|
||||
|
||||
it 'should find one orphan' do
|
||||
Fabricate(:domain, owner_contact: @contact_1)
|
||||
Fabricate(:domain, registrant: @contact_1)
|
||||
Contact.find_orphans.count.should == 1
|
||||
Contact.find_orphans.last.should == @contact_2
|
||||
end
|
||||
|
||||
it 'should find no orphans' do
|
||||
Fabricate(:domain, owner_contact: @contact_1, admin_contacts: [@contact_2])
|
||||
Fabricate(:domain, registrant: @contact_1, admin_contacts: [@contact_2])
|
||||
cc = Contact.count
|
||||
Contact.find_orphans.count.should == 0
|
||||
Contact.destroy_orphans
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue