mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Transfer refactor
This commit is contained in:
parent
611130addc
commit
ad03165546
13 changed files with 172 additions and 18 deletions
|
@ -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) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue