From 4c752ac639d7b32795cfcb244c1a3027478db041 Mon Sep 17 00:00:00 2001 From: Martin Czuchra Date: Wed, 31 Jul 2013 17:01:50 +0200 Subject: [PATCH] Changes type fixtures to is_default: true. --- test/fixtures/types.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/fixtures/types.yml b/test/fixtures/types.yml index 0e8f60aa66..a25647b770 100644 --- a/test/fixtures/types.yml +++ b/test/fixtures/types.yml @@ -4,13 +4,16 @@ types_001: id: 1 is_in_chlog: true position: 1 + is_default: true types_002: name: Feature request id: 2 is_in_chlog: true position: 2 + is_default: true types_003: name: Support request id: 3 is_in_chlog: false position: 3 + is_default: true