Ident validation for birthday type

This commit is contained in:
Andres Keskküla 2015-01-08 16:15:32 +02:00
parent 34cccf237d
commit 6aa393f576
3 changed files with 9 additions and 6 deletions

View file

@ -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