From 2450b7a5b95cdb10bd01fa890843fb20e024ae53 Mon Sep 17 00:00:00 2001 From: Jens Schulze Date: Mon, 15 Feb 2016 10:45:25 +0100 Subject: [PATCH] feat(Types): add delete type by key request --- features/request/Type/TypeDelete.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/request/Type/TypeDelete.feature b/features/request/Type/TypeDelete.feature index 3b207f97a9..9b3e42ca2f 100644 --- a/features/request/Type/TypeDelete.feature +++ b/features/request/Type/TypeDelete.feature @@ -6,7 +6,7 @@ Feature: I want to delete a type And the method should be "DELETE" Scenario: Delete type - Given a "type" is identified by key "typeKey" and version 1 - And i want to delete a "type" + Given a "type" is identified by "typeKey" and version 1 + And i want to delete a "type" by key Then the path should be "types/key=typeKey?version=1" And the method should be "DELETE"