debian-mirror-gitlab/spec/validators/system_hook_url_validator_spec.rb
2020-08-09 17:44:08 +05:30

9 lines
292 B
Ruby

# frozen_string_literal: true
require 'spec_helper'
RSpec.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