Renamed helpers to correspond to renamed Controller classes.
[merb_radiant.git] / radiant_specs / test / fixtures / .svn / text-base / snippets.yml.svn-base
blobf03e465838b5dbe69f8e5841474d5f4c8de57358
1 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2 first:
3   id: 1
4   name: first
5   content: test
6 another:
7   id: 2
8   name: another
9   content: another test
10 markdown:
11   id: 3
12   name: markdown
13   content: **markdown**
14   filter_id: Markdown
15 snippet_with_tag:
16   id: 4
17   name: snippet_with_tag
18   content: <r:page:title />
19 global_page_cascade:
20   id: 5
21   name: global_page_cascade
22   content: <r:children:each><r:page:title /> </r:children:each>
23 recursive_snippet:
24   id: 6
25   name: recursive
26   content: <r:children:each><r:snippet name="recursive" /></r:children:each><r:page:title />