summaryrefslogtreecommitdiffstats
path: root/test/fixtures
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/enumerations.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/fixtures/enumerations.yml b/test/fixtures/enumerations.yml
index 2c4c82e90..23ea2b3aa 100644
--- a/test/fixtures/enumerations.yml
+++ b/test/fixtures/enumerations.yml
@@ -23,6 +23,7 @@ enumerations_004:
type: IssuePriority
active: true
position: 1
+ position_name: lowest
enumerations_005:
name: Normal
id: 5
@@ -30,24 +31,28 @@ enumerations_005:
is_default: true
active: true
position: 2
+ position_name: default
enumerations_006:
name: High
id: 6
type: IssuePriority
active: true
position: 3
+ position_name: high3
enumerations_007:
name: Urgent
id: 7
type: IssuePriority
active: true
position: 4
+ position_name: high2
enumerations_008:
name: Immediate
id: 8
type: IssuePriority
active: true
position: 5
+ position_name: highest
enumerations_009:
name: Design
id: 9