diff --git a/spec/test/features/data/handler/error_invalidresource.feature b/spec/test/features/data/handler/error_invalidresource.feature index bb8d4f5..80ae430 100644 --- a/spec/test/features/data/handler/error_invalidresource.feature +++ b/spec/test/features/data/handler/error_invalidresource.feature @@ -11,6 +11,6 @@ Feature: Fail to retrieve an invalid resource for a handler in Kapow! server. | method | url_pattern | entrypoint | command | | GET | /listRootDir | /bin/sh -c | ls -la / \| response /body | When I send a request to the route "/listRootDir" - And I the get the resource "request/path" for the current request handler + And I get the resource "request/path" for the current request handler Then I get 400 as response code And I get "Invalid Resource Path" as response reason phrase diff --git a/spec/test/features/data/handler/success.feature b/spec/test/features/data/handler/success.feature index 4d9c193..ba715ec 100644 --- a/spec/test/features/data/handler/success.feature +++ b/spec/test/features/data/handler/success.feature @@ -12,7 +12,7 @@ Feature: Retrieve a resource from a handler in Kapow! server. | method | url_pattern | entrypoint | command | | GET | /listRootDir | /bin/sh -c | ls -la / \| response /body | When I send a request to the route "/listRootDir" - And I the get the resource "request/path" for the current request handler + And I get the resource "request/path" for the current request handler Then I get 200 as response code And I get "OK" as response reason phrase And I get the following response body: