gitlab-ce/spec/models/hooks/web_hook_spec.rb

8 lines
167 B
Ruby

# frozen_string_literal: true
require 'spec_helper'
RSpec.describe WebHook, feature_category: :webhooks do
it_behaves_like 'a webhook', factory: :project_hook
end