mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
Remove Registrar from User
This commit is contained in:
parent
9c8fed999d
commit
2c35aa1471
14 changed files with 12 additions and 72 deletions
|
@ -4,6 +4,5 @@ describe Registrar do
|
|||
it { should belong_to(:country) }
|
||||
it { should have_many(:domains) }
|
||||
it { should have_many(:epp_users) }
|
||||
it { should have_many(:users) }
|
||||
it { should have_many(:messages) }
|
||||
end
|
||||
|
|
|
@ -2,5 +2,4 @@ require 'rails_helper'
|
|||
|
||||
describe User do
|
||||
it { should belong_to(:role) }
|
||||
it { should belong_to(:registrar) }
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue