source: ruby/trunk/spec/fixtures/archetype_data.yml@ 415

Last change on this file since 415 was 415, checked in by KOBAYASHI, Shinji, 14 years ago

developing around terminology

File size: 349 bytes
Line 
1# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2
3one:
4 oid: MyString
5 archetype_id: MyString
6 concept: MyString
7 path: MyString
8 text_data: MyString
9 integer_data: 1
10 real_data:
11
12two:
13 oid: MyString
14 archetype_id: MyString
15 concept: MyString
16 path: MyString
17 text_data: MyString
18 integer_data: 1
19 real_data:
Note: See TracBrowser for help on using the repository browser.