debian-mirror-gitlab/spec/factories/system_hooks.rb
2016-06-02 11:05:42 +05:30

6 lines
99 B
Ruby

FactoryGirl.define do
factory :system_hook do
url { FFaker::Internet.uri('http') }
end
end