We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f915a4c commit 41c40cdCopy full SHA for 41c40cd
1 file changed
features/repos/releases.feature
@@ -26,11 +26,11 @@ Feature: Releases API
26
Scenario: Create
27
28
Given I want to create resource with the following params:
29
- | owner | repo | tag_name |
30
- | murek | github_api_test | v1.0.0 |
+ | owner | repo |
+ | murek | github_api_test |
31
And I pass the following request options:
32
- | name | body | draft | target_commitish |
33
- | v1.0.0 | Main release | false | master |
+ | tag_name | name | body | draft | target_commitish |
+ | v1.0.0 | v1.0.0 | Main release | false | master |
34
When I make request within a cassette named "repos/releases/create"
35
Then the response status should be 201
36
And the response type should be JSON
0 commit comments