From bf44708012e48793fa357024da69bae9f4fa4f10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Barray?= Date: Wed, 8 Jun 2016 12:21:35 +0200 Subject: [PATCH] :cops: Update tests --- features/json_inspection.feature | 3 +++ 1 file changed, 3 insertions(+) diff --git a/features/json_inspection.feature b/features/json_inspection.feature index 60ebccf..0c06d68 100644 --- a/features/json_inspection.feature +++ b/features/json_inspection.feature @@ -37,6 +37,9 @@ Feature: Test json inspection payload Scenario: Json array should contain specific values Then the JSON array node "fooarray" should contain "bar1" element And the JSON array node "fooarray" should contain "bar2" element + + Scenario: Json array should not contain specific values + Then the JSON array node "fooarray" should not contain "bar3" element Scenario: Json nodes should contain specific values Then the JSON node "foo" should contain "a"