18 lines
267 B
YAML
18 lines
267 B
YAML
|
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||
|
|
||
|
one:
|
||
|
ad_fx: MyString
|
||
|
height: 1
|
||
|
speed: 1
|
||
|
title: MyString
|
||
|
timeout: 1
|
||
|
width: 1
|
||
|
|
||
|
two:
|
||
|
ad_fx: MyString
|
||
|
height: 1
|
||
|
speed: 1
|
||
|
title: MyString
|
||
|
timeout: 1
|
||
|
width: 1
|