Transfer refactor

This commit is contained in:
Martin Lensment 2014-08-28 12:39:23 +03:00
parent 611130addc
commit ad03165546
13 changed files with 172 additions and 18 deletions

View file

@ -6,6 +6,7 @@ describe Domain do
it { should belong_to(:owner_contact) }
it { should have_many(:tech_contacts) }
it { should have_many(:admin_contacts) }
it { should have_many(:domain_transfers) }
context 'with sufficient settings' do
before(:each) { Fabricate(:domain_validation_setting_group) }