mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +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) }
|
||||
|
|
5
spec/models/domain_transfer_spec.rb
Normal file
5
spec/models/domain_transfer_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'rails_helper'
|
||||
|
||||
describe DomainTransfer do
|
||||
it { should belong_to(:domain) }
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue