summaryrefslogtreecommitdiff
path: root/spec/validators/system_hook_url_validator_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/validators/system_hook_url_validator_spec.rb')
-rw-r--r--spec/validators/system_hook_url_validator_spec.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/validators/system_hook_url_validator_spec.rb b/spec/validators/system_hook_url_validator_spec.rb
new file mode 100644
index 00000000000..02384bbd1ce
--- /dev/null
+++ b/spec/validators/system_hook_url_validator_spec.rb
@@ -0,0 +1,8 @@
+# frozen_string_literal: true
+
+require 'spec_helper'
+
+describe SystemHookUrlValidator do
+ include_examples 'url validator examples', AddressableUrlValidator::DEFAULT_OPTIONS[:schemes]
+ include_examples 'public url validator examples', allow_local_requests_from_system_hooks: true
+end