mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 00:33:36 +02:00
parent
60bf329846
commit
fe8559dbb0
18 changed files with 0 additions and 52 deletions
|
@ -9,15 +9,6 @@ describe Domain do
|
|||
Fabricate(:zonefile_setting, origin: 'com.ee')
|
||||
end
|
||||
|
||||
it { should belong_to(:registrar) }
|
||||
it { should have_many(:nameservers) }
|
||||
it { should belong_to(:registrant) }
|
||||
it { should have_many(:tech_contacts) }
|
||||
it { should have_many(:admin_contacts) }
|
||||
it { should have_many(:domain_transfers) }
|
||||
it { should have_many(:dnskeys) }
|
||||
it { should have_many(:legal_documents) }
|
||||
|
||||
context 'with invalid attribute' do
|
||||
before :all do
|
||||
@domain = Domain.new
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue