diff options
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/enumerations.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/fixtures/enumerations.yml b/test/fixtures/enumerations.yml index c90a997ee..5e2615476 100644 --- a/test/fixtures/enumerations.yml +++ b/test/fixtures/enumerations.yml @@ -39,4 +39,9 @@ enumerations_010: name: Development
id: 10
opt: ACTI
+ is_default: true
+enumerations_011:
+ name: QA
+ id: 11
+ opt: ACTI
\ No newline at end of file |