14 lines
242 B
YAML
14 lines
242 B
YAML
|
# Read about fixtures at http://api.rubyonrails.org/classes/Fixtures.html
|
||
|
|
||
|
one:
|
||
|
name: Dave Thomas
|
||
|
address: MyText
|
||
|
email: dave@example.org
|
||
|
pay_type: Check
|
||
|
|
||
|
two:
|
||
|
name: MyString
|
||
|
address: MyText
|
||
|
email: MyString
|
||
|
pay_type: MyString
|