mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 03:30:33 +02:00
Transfer refactor
This commit is contained in:
parent
611130addc
commit
ad03165546
13 changed files with 172 additions and 18 deletions
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