debian-mirror-gitlab/spec/factories/service_hooks.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
132 B
Ruby
Raw Normal View History

2019-10-12 21:52:04 +05:30
# frozen_string_literal: true
2018-03-17 18:26:18 +05:30
FactoryBot.define do
2016-06-02 11:05:42 +05:30
factory :service_hook do
2017-08-17 22:00:37 +05:30
url { generate(:url) }
2021-06-08 01:23:25 +05:30
integration
2016-06-02 11:05:42 +05:30
end
end