Handle OK status automatically

This commit is contained in:
Martin Lensment 2014-09-29 15:54:02 +03:00
parent 8892a25947
commit 77510cc3fa
5 changed files with 19 additions and 10 deletions

View file

@ -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) }