mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 10:49:39 +02:00
Handle OK status automatically
This commit is contained in:
parent
8892a25947
commit
77510cc3fa
5 changed files with 19 additions and 10 deletions
|
@ -2,7 +2,7 @@ require 'rails_helper'
|
|||
|
||||
describe Domain do
|
||||
it { should belong_to(:registrar) }
|
||||
it { should have_and_belong_to_many(:nameservers) }
|
||||
it { should have_many(:nameservers) }
|
||||
it { should belong_to(:owner_contact) }
|
||||
it { should have_many(:tech_contacts) }
|
||||
it { should have_many(:admin_contacts) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue