debian-mirror-gitlab/spec/factories/system_hooks.rb
2017-08-17 22:00:37 +05:30

6 lines
85 B
Ruby

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