Merge branch 'master' of github.com:internetee/registry

This commit is contained in:
Andres Keskküla 2014-11-07 15:11:18 +02:00
commit a0c9c303db
25 changed files with 440 additions and 174 deletions

View file

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

View file

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