Remove Registrar from User

This commit is contained in:
Martin Lensment 2014-12-16 15:58:34 +02:00
parent 9c8fed999d
commit 2c35aa1471
14 changed files with 12 additions and 72 deletions

View file

@ -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

View file

@ -2,5 +2,4 @@ require 'rails_helper'
describe User do
it { should belong_to(:role) }
it { should belong_to(:registrar) }
end