From c156eb1bdc723c3e9b0ac9afda55ed9a1fc1f66f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Thu, 29 Aug 2019 16:34:55 +0200 Subject: [PATCH] A nicer pun --- spec/test/features/data/response/success.feature | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/spec/test/features/data/response/success.feature b/spec/test/features/data/response/success.feature index e2006f2..02562ed 100644 --- a/spec/test/features/data/response/success.feature +++ b/spec/test/features/data/response/success.feature @@ -11,10 +11,9 @@ Feature: Setting values for handler response resources in Kapow! server. | method | url_pattern | | GET | /listRootDir | When I send a request to the testing route "/listRootDir" - And I set the resource "response/status" with value 666 + And I set the resource "response/status" with value 418 And I release the testing request - Then I get 666 as response code - And I get "OK" as response reason phrase + Then I get 418 as response code Scenario Outline: Set different resources for the current response. Set the following resources for the current