diff options
Diffstat (limited to 'spec/factories/system_hooks.rb')
-rw-r--r-- | spec/factories/system_hooks.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/factories/system_hooks.rb b/spec/factories/system_hooks.rb index 9e00eeb6ef1..a2d163a060f 100644 --- a/spec/factories/system_hooks.rb +++ b/spec/factories/system_hooks.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + FactoryBot.define do factory :system_hook do url { generate(:url) } |