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: """ [