debian-mirror-gitlab/spec/factories/system_hooks.rb
2018-03-17 18:26:18 +05:30

6 lines
84 B
Ruby

FactoryBot.define do
factory :system_hook do
url { generate(:url) }
end
end