mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 01:03:35 +02:00
Owner contact validation
This commit is contained in:
parent
4396ec665c
commit
62b3ff6fc7
5 changed files with 45 additions and 34 deletions
|
@ -40,7 +40,8 @@ describe Domain do
|
|||
|
||||
expect(d.errors.messages).to match_array({
|
||||
name: ['Required parameter missing - name'],
|
||||
period: ['is not a number']
|
||||
period: ['is not a number'],
|
||||
owner_contact: ['Required parameter missing - owner contact']
|
||||
})
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue