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