BigW Consortium Gitlab

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