mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 01:36:02 +02:00
Ident validation for birthday type
This commit is contained in:
parent
34cccf237d
commit
6aa393f576
3 changed files with 9 additions and 6 deletions
|
@ -27,7 +27,8 @@ describe Contact do
|
|||
email: ['Required parameter missing - email', 'Email is invalid'],
|
||||
ident: ['Required parameter missing - ident'],
|
||||
address: ['is missing'],
|
||||
registrar: ['is missing']
|
||||
registrar: ['is missing'],
|
||||
ident_type: ['is missing']
|
||||
})
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue