From 6e5633a46093d389b32eaeb62e1aadaefdc95849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Fri, 30 Aug 2019 11:26:49 +0200 Subject: [PATCH] Use double quotes for values --- spec/test/features/data/response/success.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/test/features/data/response/success.feature b/spec/test/features/data/response/success.feature index 02562ed..36a7cec 100644 --- a/spec/test/features/data/response/success.feature +++ b/spec/test/features/data/response/success.feature @@ -11,7 +11,7 @@ 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 418 + And I set the resource "response/status" with value "418" And I release the testing request Then I get 418 as response code @@ -23,7 +23,7 @@ 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 with value + And I set the resource "" with value "" And I release the testing request Then I get 200 as response code And I get "OK" as response reason phrase