From be47a4bbeac59d85af16b5e83e10ff242628519d Mon Sep 17 00:00:00 2001 From: hukl Date: Thu, 29 Jan 2009 22:12:11 +0100 Subject: added node model to make basic functional tests pass. added awesome_nested_set plugin --- test/fixtures/nodes.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/fixtures/nodes.yml (limited to 'test/fixtures') diff --git a/test/fixtures/nodes.yml b/test/fixtures/nodes.yml new file mode 100644 index 0000000..9879d9f --- /dev/null +++ b/test/fixtures/nodes.yml @@ -0,0 +1,8 @@ +# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html + +one: + id: 1 + lft: 1 + rgt: 2 + slug: my_first_page + unique_name: root/my_first_page -- cgit v1.3