Add some new contact fields to registrar

This commit is contained in:
Martin Lensment 2015-01-30 11:53:33 +02:00
parent 0c16146ebb
commit 65d849cc36
10 changed files with 81 additions and 24 deletions

View file

@ -4,6 +4,7 @@ describe Keyrelay do
it { should belong_to(:domain) }
it { should belong_to(:requester) }
it { should belong_to(:accepter) }
it { should have_many(:legal_documents) }
it 'is in pending status' do
kr = Fabricate(:keyrelay)