From e9b46921b844ddd9331a4aa4dfe35d5169d3bd63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Wed, 21 Aug 2019 11:22:27 +0200 Subject: [PATCH] Missing word in step --- spec/test/features/control/list/success.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/test/features/control/list/success.feature b/spec/test/features/control/list/success.feature index 90836ce..3888c63 100644 --- a/spec/test/features/control/list/success.feature +++ b/spec/test/features/control/list/success.feature @@ -10,7 +10,7 @@ Feature: Listing routes in a Kapow! server Given I have a just started Kapow! server When I request a routes listing Then I get 200 as response code - And I get "OK" as response phrase + And I get "OK" as response reason phrase And I get an empty list Scenario: Listing routes on a server with routes loaded. @@ -23,7 +23,7 @@ Feature: Listing routes in a Kapow! server | GET | /listDir/{dirname} | /bin/sh -c | ls -la /request/params/dirname \| response /body | When I request a routes listing Then I get 200 as response code - And I get "OK" as response phrase + And I get "OK" as response reason phrase And I get a list with the following elements: """ [