mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
Added registrar code
This commit is contained in:
parent
85efa5eb28
commit
8b22c58eec
7 changed files with 28 additions and 5 deletions
|
@ -7,6 +7,7 @@ Fabricator(:registrar) do
|
|||
zip 'Postal'
|
||||
email 'info@registrar1.ee'
|
||||
country_code 'EE'
|
||||
code 'REG'
|
||||
reference_no { sequence(:reference_no) { |i| "RF#{i}" } }
|
||||
accounts(count: 1)
|
||||
end
|
||||
|
|
|
@ -16,7 +16,8 @@ describe Registrar do
|
|||
'Contact e-mail is missing',
|
||||
'Country code is missing',
|
||||
'Name is missing',
|
||||
'Reg no is missing'
|
||||
'Reg no is missing',
|
||||
'Code is missing',
|
||||
])
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue