14 lines
244 B
YAML
14 lines
244 B
YAML
|
|
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||
|
|
|
||
|
|
one:
|
||
|
|
report: one
|
||
|
|
path: MyString
|
||
|
|
title: MyString
|
||
|
|
description: MyText
|
||
|
|
|
||
|
|
two:
|
||
|
|
report: two
|
||
|
|
path: MyString
|
||
|
|
title: MyString
|
||
|
|
description: MyText
|