mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 08:52:04 +02:00
Fixed contact prefix tests
This commit is contained in:
parent
60d564d098
commit
2b037fdf00
2 changed files with 4 additions and 3 deletions
|
@ -90,7 +90,8 @@ describe Registrar do
|
|||
end
|
||||
|
||||
it 'should have contact prefix' do
|
||||
@registrar.contact_prefix.should == 'CID:REGISTRAR0'
|
||||
@registrar = Fabricate.build(:registrar, code: 'CUSTOMCODE')
|
||||
@registrar.contact_prefix.should == 'CID:CUSTOMCODE'
|
||||
end
|
||||
|
||||
it 'should have one version' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue