Many updates
This commit is contained in:
2
test/fixtures/ipv4_ranges.yml.bak
vendored
Normal file
2
test/fixtures/ipv4_ranges.yml.bak
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
# Empty fixtures - tests create their own data
|
||||
2
test/fixtures/ipv6_ranges.yml.bak
vendored
Normal file
2
test/fixtures/ipv6_ranges.yml.bak
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
# Empty fixtures - tests create their own data
|
||||
1
test/fixtures/rule_sets.yml.bak
vendored
Normal file
1
test/fixtures/rule_sets.yml.bak
vendored
Normal file
@@ -0,0 +1 @@
|
||||
# Empty fixtures
|
||||
9
test/fixtures/settings.yml
vendored
Normal file
9
test/fixtures/settings.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
key: MyString1
|
||||
value: MyString1
|
||||
|
||||
two:
|
||||
key: MyString2
|
||||
value: MyString2
|
||||
23
test/fixtures/waf_policies.yml
vendored
Normal file
23
test/fixtures/waf_policies.yml
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
name: Policy One
|
||||
description: MyText
|
||||
policy_type: MyString
|
||||
policy_action: MyString
|
||||
targets:
|
||||
enabled: false
|
||||
expires_at: 2025-11-10 13:30:53
|
||||
user: one
|
||||
additional_data:
|
||||
|
||||
two:
|
||||
name: Policy Two
|
||||
description: MyText
|
||||
policy_type: MyString
|
||||
policy_action: MyString
|
||||
targets:
|
||||
enabled: false
|
||||
expires_at: 2025-11-10 13:30:53
|
||||
user: two
|
||||
additional_data:
|
||||
Reference in New Issue
Block a user