From 2d1f509acf6bab68d4b1f092a0f4b8fc8da5e125 Mon Sep 17 00:00:00 2001
From: Sergio Bertolin <sbertolin@solidgear.es>
Date: Tue, 29 Sep 2015 10:54:43 +0000
Subject: [PATCH] added delete user test

---
 build/integration/features/provisioning-v1.feature | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/build/integration/features/provisioning-v1.feature b/build/integration/features/provisioning-v1.feature
index aa3b31260e7..9e3d2df50bb 100644
--- a/build/integration/features/provisioning-v1.feature
+++ b/build/integration/features/provisioning-v1.feature
@@ -22,3 +22,11 @@ Feature: provisioning
     Then the status code should be "200"
     And user "brand-new-user" exists
 
+
+  Scenario: Delete a user
+    Given As an "admin"
+    And user "brand-new-user" exists
+    When sending "POST" to "/cloud/users" with
+      | userid | brand-new-user |
+    Then the status code should be "200"
+    And user "brand-new-user" does not exist
-- 
GitLab