Added missing CID for custom code

This commit is contained in:
Priit Tark 2015-05-04 14:41:27 +03:00
parent 6bded6bc80
commit 60d564d098
4 changed files with 29 additions and 20 deletions

View file

@ -89,6 +89,10 @@ describe Registrar do
registrar.code.should == 'WITH.DOT'
end
it 'should have contact prefix' do
@registrar.contact_prefix.should == 'CID:REGISTRAR0'
end
it 'should have one version' do
with_versioning do
@registrar.versions.should == []