BigW Consortium Gitlab

system_hooks.rb 99 Bytes
Newer Older
1 2 3 4 5
FactoryGirl.define do
  factory :system_hook do
    url { FFaker::Internet.uri('http') }
  end
end