BigW Consortium Gitlab

system_hooks.rb 85 Bytes
FactoryGirl.define do
  factory :system_hook do
    url { generate(:url) }
  end
end