service_hooks.rb 112 Bytes EditWeb IDE 1 2 3 4 5 6 FactoryGirl.define do factory :service_hook do url { FFaker::Internet.uri('http') } service end end