update spec

This commit is contained in:
Priit Tark 2015-05-05 13:38:16 +03:00
parent d9b2e5880a
commit b0e5e73f6f

View file

@ -89,11 +89,6 @@ describe Registrar do
registrar.code.should == 'WITH.DOT' registrar.code.should == 'WITH.DOT'
end end
it 'should have contact prefix' do
@registrar = Fabricate.build(:registrar, code: 'CUSTOMCODE')
@registrar.contact_prefix.should == 'CID:CUSTOMCODE'
end
it 'should have one version' do it 'should have one version' do
with_versioning do with_versioning do
@registrar.versions.should == [] @registrar.versions.should == []