Epp User login

This commit is contained in:
Martin Lensment 2014-06-20 17:12:46 +03:00
parent 76ec918426
commit e20b138644
12 changed files with 106 additions and 8 deletions

View file

@ -0,0 +1,5 @@
require "rails_helper"
describe EppUser do
it { should belong_to(:registrar) }
end

View file

@ -4,4 +4,5 @@ describe Registrar do
it { should belong_to(:country) }
it { should have_many(:domains) }
it { should have_many(:ns_sets) }
it { should have_many(:epp_users) }
end