Using "response reason phrase" instead of "response phrase" in step
This commit is contained in:
@@ -19,11 +19,11 @@ Feature: Routes auto-ordering after deleting in a Kapow! server.
|
||||
|
||||
When I delete the first route inserted
|
||||
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 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:
|
||||
"""
|
||||
[
|
||||
@@ -60,11 +60,11 @@ Feature: Routes auto-ordering after deleting in a Kapow! server.
|
||||
|
||||
When I delete the last route inserted
|
||||
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 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:
|
||||
"""
|
||||
[
|
||||
@@ -102,11 +102,11 @@ Feature: Routes auto-ordering after deleting in a Kapow! server.
|
||||
|
||||
When I delete the second route inserted
|
||||
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 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:
|
||||
"""
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user