summaryrefslogtreecommitdiff
path: root/spec/aliases/httpsurl_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/aliases/httpsurl_spec.rb')
-rw-r--r--spec/aliases/httpsurl_spec.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/spec/aliases/httpsurl_spec.rb b/spec/aliases/httpsurl_spec.rb
index 97ae006..9cc9a76 100644
--- a/spec/aliases/httpsurl_spec.rb
+++ b/spec/aliases/httpsurl_spec.rb
@@ -7,6 +7,8 @@ if Puppet.version.to_f >= 4.5
https://hello.com
https://notcreative.org
https://notexciting.co.uk
+ https://graphemica.com/❤
+ https://graphemica.com/緩
}.each do |value|
describe value.inspect do
let(:params) {{ value: value }}
@@ -26,7 +28,9 @@ if Puppet.version.to_f >= 4.5
'',
"httds://notquiteright.org",
"hptts:/nah",
- "https;//notrightbutclose.org"
+ "https;//notrightbutclose.org",
+ "http://graphemica.com/❤",
+ "http://graphemica.com/緩"
].each do |value|
describe value.inspect do
let(:params) {{ value: value }}