source: ruby/trunk/terminology/test/fixtures/terminologies.yml@ 164

Last change on this file since 164 was 164, checked in by KOBAYASHI, Shinji, 15 years ago

simple terminology commit

File size: 291 bytes
Line 
1# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2
3one:
4 id: 1
5 lang: MyString
6 group: MyText
7 rubric: MyString
8 description: MyText
9 mappings: MyString
10
11two:
12 id: 1
13 lang: MyString
14 group: MyText
15 rubric: MyString
16 description: MyText
17 mappings: MyString
Note: See TracBrowser for help on using the repository browser.