Initial commit
This commit is contained in:
8
spec/factories/restriction.rb
Normal file
8
spec/factories/restriction.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
FactoryBot.define do
|
||||
factory :restriction do
|
||||
scope { 'ip_subnet' }
|
||||
value { '0.0.0.0/0' }
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user