diff options
Diffstat (limited to 'test/fixtures/trackers.yml')
-rw-r--r-- | test/fixtures/trackers.yml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/test/fixtures/trackers.yml b/test/fixtures/trackers.yml index 2643e8d1a..43395a2e8 100644 --- a/test/fixtures/trackers.yml +++ b/test/fixtures/trackers.yml @@ -1,16 +1,16 @@ ----
-trackers_001:
- name: Bug
- id: 1
- is_in_chlog: true
- position: 1
-trackers_002:
- name: Feature request
- id: 2
- is_in_chlog: true
- position: 2
-trackers_003:
- name: Support request
- id: 3
- is_in_chlog: false
- position: 3
+--- +trackers_001: + name: Bug + id: 1 + is_in_chlog: true + position: 1 +trackers_002: + name: Feature request + id: 2 + is_in_chlog: true + position: 2 +trackers_003: + name: Support request + id: 3 + is_in_chlog: false + position: 3 |