Added the priciples, sub principles and the groups.
This commit is contained in:
9
test/fixtures/subprincipalitemgroups.yml
vendored
Normal file
9
test/fixtures/subprincipalitemgroups.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
subprinciple: one
|
||||
type:
|
||||
|
||||
two:
|
||||
subprinciple: two
|
||||
type:
|
||||
11
test/fixtures/subprincipalitems.yml
vendored
Normal file
11
test/fixtures/subprincipalitems.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
subprincipleitemgroup: one
|
||||
description: MyText
|
||||
affirmative: false
|
||||
|
||||
two:
|
||||
subprincipleitemgroup: two
|
||||
description: MyText
|
||||
affirmative: false
|
||||
11
test/fixtures/subprinciples.yml
vendored
Normal file
11
test/fixtures/subprinciples.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
principle: one
|
||||
name: MyString
|
||||
description: MyText
|
||||
|
||||
two:
|
||||
principle: two
|
||||
name: MyString
|
||||
description: MyText
|
||||
Reference in New Issue
Block a user