mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +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 = [
|
invalid = [
|
||||||
'a.ee', "#{'a' * 64}.ee", 'ab.eu', 'test.ab.ee', '-test.ee', '-test-.ee',
|
'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'
|
'Ž .ee', 'test.edu.ee'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue