mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 17:23:34 +02:00
Fix tests
This commit is contained in:
parent
1054a3d2ba
commit
179845289b
4 changed files with 12 additions and 18 deletions
|
@ -48,7 +48,6 @@ describe Domain do
|
|||
d = Domain.new
|
||||
expect(d.valid?).to be false
|
||||
expect(d.errors.messages).to match_array({
|
||||
period: ['is not a number'],
|
||||
owner_contact: ['Registrant is missing'],
|
||||
admin_contacts: ['Admin contacts count must be between 1 - infinity'],
|
||||
nameservers: ['Nameservers count must be between 2-11'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue