summaryrefslogtreecommitdiff
path: root/spec/validators/system_hook_url_validator_spec.rb
blob: 02384bbd1ceb2c360aeb15da74dd3bcae0aee0d5 (plain)
1
2
3
4
5
6
7
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