We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a241039 commit 3cb8536Copy full SHA for 3cb8536
spec/type_aliases/fqdn_spec.rb
@@ -22,6 +22,7 @@
22
"\nexample",
23
"\nexample\n",
24
"example\n",
25
+ '10.10.10.10.10',
26
'2001:DB8::1',
27
'www www.example.com',
28
].each do |value|
spec/type_aliases/host_spec.rb
@@ -24,6 +24,7 @@
'[email protected]',
'%.example.com',
'2001:0d8',
29
describe value.inspect do
30
it { is_expected.not_to allow_value(value) }
0 commit comments