diff options
Diffstat (limited to 'test/fixtures/wiki_contents.yml')
-rw-r--r-- | test/fixtures/wiki_contents.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/fixtures/wiki_contents.yml b/test/fixtures/wiki_contents.yml new file mode 100644 index 000000000..ce1c8bd74 --- /dev/null +++ b/test/fixtures/wiki_contents.yml @@ -0,0 +1,12 @@ +---
+wiki_contents_001:
+ text: |-
+ h1. CookBook documentation
+
+ Some updated [[documentation]] here with gzipped history
+ updated_on: 2007-03-07 00:10:51 +01:00
+ page_id: 1
+ id: 1
+ version: 3
+ author_id: 1
+ comment: Gzip compression activated
|