forked from OpenNeo/impress
7 lines
105 B
Ruby
7 lines
105 B
Ruby
|
Factory.define :zone do |z|
|
||
|
z.label 'foo'
|
||
|
z.depth 1
|
||
|
z.add_attribute :type, 'FOO'
|
||
|
z.type_id 1
|
||
|
end
|