mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Add test for registrar address
This commit is contained in:
parent
39ea06ab17
commit
28e436e4f6
2 changed files with 5 additions and 1 deletions
|
@ -55,5 +55,9 @@ describe Registrar do
|
|||
@registrar.versions.size.should == 1
|
||||
end
|
||||
end
|
||||
|
||||
fit 'should return full address' do
|
||||
@registrar.address.should == 'Street 999, Town, County, Postal'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue