2024-07-16 20:22:59 +02:00
|
|
|
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
|
|
|
|
|
|
one:
|
|
|
|
|
position: MyString
|
|
|
|
|
name: MyString
|
|
|
|
|
success_criterion: MyText
|
|
|
|
|
level: 1
|
|
|
|
|
|
|
|
|
|
two:
|
|
|
|
|
position: MyString
|
|
|
|
|
name: MyString
|
|
|
|
|
success_criterion: MyText
|
|
|
|
|
level: 1
|
2024-07-22 22:40:56 +02:00
|
|
|
|
|
|
|
|
deletable:
|
|
|
|
|
position: MyString
|
|
|
|
|
name: MyString
|
|
|
|
|
success_criterion: MyText
|
|
|
|
|
level: 1
|