@@ -34,7 +34,7 @@ Feature: Milestones API
3434 And I pass the following request options:
3535 | title | state | description |
3636 | fix -all | open | fixing all issues |
37- When I make request within a cassette named "issues/milestones/create" and match on method, host, path
37+ When I make request within a cassette named "issues/milestones/create" and match on method
3838 Then the response status should be 201
3939 And the response type should be JSON
4040 And the response should not be empty
@@ -47,7 +47,7 @@ Feature: Milestones API
4747 And I pass the following request options:
4848 | state |
4949 | closed |
50- When I make request within a cassette named "issues/milestones/update" and match on method, host, path
50+ When I make request within a cassette named "issues/milestones/update" and match on method
5151 Then the response status should be 200
5252 And the response type should be JSON
5353 And the response should not be empty
@@ -57,6 +57,6 @@ Feature: Milestones API
5757 Given I want to delete resource with the following params:
5858 | user | repo | milestone_id |
5959 | murek | github_api_test | 1 |
60- When I make request within a cassette named "issues/milestones/delete" and match on method, host, path
60+ When I make request within a cassette named "issues/milestones/delete" and match on method
6161 Then the response status should be 204
6262
0 commit comments