From 41abc82e4db97d9d9eb4bab4af95d5550f9516b5 Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 15 Feb 2009 19:52:11 +0100 Subject: * permission api on user model --- test/fixtures/nodes.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/fixtures/nodes.yml b/test/fixtures/nodes.yml index 07ac089..d244a2c 100644 --- a/test/fixtures/nodes.yml +++ b/test/fixtures/nodes.yml @@ -1,6 +1,6 @@ # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html -one: +root: id: 1 lft: 1 rgt: 6 @@ -9,7 +9,7 @@ one: unique_name: -two: +first_child: id: 2 lft: 2 rgt: 3 @@ -17,7 +17,7 @@ two: slug: first_child unique_name: first_child -three: +second_child: id: 3 lft: 4 rgt: 5 -- cgit v1.3