14 lines
245 B
YAML
14 lines
245 B
YAML
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
name: MyString
|
|
description: MyText
|
|
iban: MyString
|
|
bic: MyString
|
|
|
|
two:
|
|
name: MyString
|
|
description: MyText
|
|
iban: MyString
|
|
bic: MyString
|