diff options
| author | simon <simon@zagal.local> | 2009-02-15 19:52:11 +0100 |
|---|---|---|
| committer | hukl <hukl@eight.local> | 2009-02-15 20:22:51 +0100 |
| commit | 41abc82e4db97d9d9eb4bab4af95d5550f9516b5 (patch) | |
| tree | ef2cd2256b9cb36b9ece4944f7b0e8c046e44d3a /test/fixtures/nodes.yml | |
| parent | 874b7af0499fc73313a60debada20134d536a941 (diff) | |
* permission api on user model
Diffstat (limited to 'test/fixtures/nodes.yml')
| -rw-r--r-- | test/fixtures/nodes.yml | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ | |||
| 1 | # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html | 1 | # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html |
| 2 | 2 | ||
| 3 | one: | 3 | root: |
| 4 | id: 1 | 4 | id: 1 |
| 5 | lft: 1 | 5 | lft: 1 |
| 6 | rgt: 6 | 6 | rgt: 6 |
| @@ -9,7 +9,7 @@ one: | |||
| 9 | unique_name: | 9 | unique_name: |
| 10 | 10 | ||
| 11 | 11 | ||
| 12 | two: | 12 | first_child: |
| 13 | id: 2 | 13 | id: 2 |
| 14 | lft: 2 | 14 | lft: 2 |
| 15 | rgt: 3 | 15 | rgt: 3 |
| @@ -17,7 +17,7 @@ two: | |||
| 17 | slug: first_child | 17 | slug: first_child |
| 18 | unique_name: first_child | 18 | unique_name: first_child |
| 19 | 19 | ||
| 20 | three: | 20 | second_child: |
| 21 | id: 3 | 21 | id: 3 |
| 22 | lft: 4 | 22 | lft: 4 |
| 23 | rgt: 5 | 23 | rgt: 5 |
