git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@4 5e329b0b-a2ee-ea63-e329-299493fc886d
25 lines
315 B
YAML
25 lines
315 B
YAML
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
|
# It is possible to use ERb template markup
|
|
one:
|
|
id: 1
|
|
|
|
name: folder1
|
|
|
|
project_id: 1
|
|
|
|
dmsf_folder_id:
|
|
|
|
user_id: 1
|
|
|
|
two:
|
|
id: 2
|
|
|
|
name: folder2
|
|
|
|
project_id: 1
|
|
|
|
dmsf_folder_id: 1
|
|
|
|
user_id: 1
|
|
|