diff options
Diffstat (limited to 'vendor/plugins/awesome_nested_set/test/fixtures/notes.yml')
| -rw-r--r-- | vendor/plugins/awesome_nested_set/test/fixtures/notes.yml | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/vendor/plugins/awesome_nested_set/test/fixtures/notes.yml b/vendor/plugins/awesome_nested_set/test/fixtures/notes.yml deleted file mode 100644 index 004a533..0000000 --- a/vendor/plugins/awesome_nested_set/test/fixtures/notes.yml +++ /dev/null | |||
| @@ -1,38 +0,0 @@ | |||
| 1 | scope1: | ||
| 2 | id: 1 | ||
| 3 | body: Top Level | ||
| 4 | lft: 1 | ||
| 5 | rgt: 10 | ||
| 6 | notable_id: 1 | ||
| 7 | notable_type: Category | ||
| 8 | child_1: | ||
| 9 | id: 2 | ||
| 10 | body: Child 1 | ||
| 11 | parent_id: 1 | ||
| 12 | lft: 2 | ||
| 13 | rgt: 3 | ||
| 14 | notable_id: 1 | ||
| 15 | notable_type: Category | ||
| 16 | child_2: | ||
| 17 | id: 3 | ||
| 18 | body: Child 2 | ||
| 19 | parent_id: 1 | ||
| 20 | lft: 4 | ||
| 21 | rgt: 7 | ||
| 22 | notable_id: 1 | ||
| 23 | notable_type: Category | ||
| 24 | child_3: | ||
| 25 | id: 4 | ||
| 26 | body: Child 3 | ||
| 27 | parent_id: 1 | ||
| 28 | lft: 8 | ||
| 29 | rgt: 9 | ||
| 30 | notable_id: 1 | ||
| 31 | notable_type: Category | ||
| 32 | scope2: | ||
| 33 | id: 5 | ||
| 34 | body: Top Level 2 | ||
| 35 | lft: 1 | ||
| 36 | rgt: 2 | ||
| 37 | notable_id: 1 | ||
| 38 | notable_type: Departments | ||
