Many updates
This commit is contained in:
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
# Empty fixtures - tests create their own data
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
# Empty fixtures - tests create their own data
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
# Empty fixtures
|
||||
Vendored
+9
@@ -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
|
||||
Vendored
+23
@@ -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