14 lines
224 B
YAML
14 lines
224 B
YAML
|
|
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||
|
|
|
||
|
|
one:
|
||
|
|
position: 1
|
||
|
|
path: MyString
|
||
|
|
url: MyString
|
||
|
|
report: one
|
||
|
|
|
||
|
|
two:
|
||
|
|
position: 1
|
||
|
|
path: MyString
|
||
|
|
url: MyString
|
||
|
|
report: two
|