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

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