Validate all contacts on domain create / update #2825

This commit is contained in:
Martin Lensment 2015-09-11 12:10:48 +03:00
parent 927f762552
commit fca74e2ede
4 changed files with 22 additions and 5 deletions

View file

@ -1435,7 +1435,7 @@ describe 'EPP Domain', epp: true do
original_contacts_codes.sort.should == domain.contacts.pluck(:code).sort
end
fit 'transfers domain contact should populate copy_from_id' do
it 'transfers domain contact should populate copy_from_id' do
d = Fabricate(:domain)
d.tech_contacts << domain.registrant