mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
Fix domain model spec
This commit is contained in:
parent
e074e33da7
commit
6c887e9217
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@ RSpec.describe Domain do
|
|||
|
||||
invalid = [
|
||||
'a.ee', "#{'a' * 64}.ee", 'ab.eu', 'test.ab.ee', '-test.ee', '-test-.ee',
|
||||
'test-.ee', 'te--st.ee', 'õ.pri.ee', 'test.com', 'www.ab.ee', 'test.eu', ' .ee', 'a b.ee',
|
||||
'test-.ee', 'te--st.ee', 'õ.pri.ee', 'www.ab.ee', 'test.eu', ' .ee', 'a b.ee',
|
||||
'Ž .ee', 'test.edu.ee'
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue