mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-07-25 16:00:50 +00:00
9 lines
292 B
Ruby
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
|