diff options
| author | hukl <hukl@eight.local> | 2009-01-31 13:04:29 +0100 |
|---|---|---|
| committer | hukl <hukl@eight.local> | 2009-01-31 13:04:29 +0100 |
| commit | 89d3dc4a676ee82cc6bad4d9d00535897318f1c3 (patch) | |
| tree | 193c17723e67a2140323bbc9d68985a7f5545b0f /test/fixtures | |
| parent | 71f70cca407fa0dad84c3b8babc63e42e40d8ea2 (diff) | |
Added Page model scaffold
Diffstat (limited to 'test/fixtures')
| -rw-r--r-- | test/fixtures/pages.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/fixtures/pages.yml b/test/fixtures/pages.yml new file mode 100644 index 0000000..2b1cad1 --- /dev/null +++ b/test/fixtures/pages.yml | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html | ||
| 2 | |||
| 3 | one: | ||
| 4 | node_id: 1 | ||
| 5 | title: MyString | ||
| 6 | abstract: MyText | ||
| 7 | body: MyText | ||
| 8 | revision: 1 | ||
| 9 | |||
| 10 | two: | ||
| 11 | node_id: 1 | ||
| 12 | title: MyString | ||
| 13 | abstract: MyText | ||
| 14 | body: MyText | ||
| 15 | revision: 1 | ||
