summaryrefslogtreecommitdiff
path: root/test/fixtures
diff options
context:
space:
mode:
authorhukl <hukl@eight.local>2009-01-31 13:04:29 +0100
committerhukl <hukl@eight.local>2009-01-31 13:04:29 +0100
commit89d3dc4a676ee82cc6bad4d9d00535897318f1c3 (patch)
tree193c17723e67a2140323bbc9d68985a7f5545b0f /test/fixtures
parent71f70cca407fa0dad84c3b8babc63e42e40d8ea2 (diff)
Added Page model scaffold
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/pages.yml15
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
3one:
4 node_id: 1
5 title: MyString
6 abstract: MyText
7 body: MyText
8 revision: 1
9
10two:
11 node_id: 1
12 title: MyString
13 abstract: MyText
14 body: MyText
15 revision: 1