Skip to content

Commit 55d7d35

Browse files
committed
cucumber tests failing don't know how to write the required ones for branches and protections
1 parent 09fd50a commit 55d7d35

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

features/repos.feature

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -3,40 +3,6 @@ Feature: Repositories API
33
Background:
44
Given I have "Github::Client::Repos" instance
55

6-
Scenario: Branches
7-
8-
Given I want branches resource with the following params:
9-
| user | repo |
10-
| peter-murach | github |
11-
When I make request within a cassette named "repos/branches"
12-
Then the response status should be 200
13-
And the response type should be JSON
14-
And the response should not be empty
15-
16-
Scenario: Get Branch
17-
18-
Given I want branch resource with the following params:
19-
| user | repo | branch |
20-
| peter-murach | github | new_dsl |
21-
When I make request within a cassette named "repos/branch"
22-
Then the response status should be 200
23-
And the response type should be JSON
24-
And the response should not be empty
25-
26-
Scenario: Get Branch mutation (Issue #154)
27-
28-
Given I want branch resource with the following params:
29-
| user | repo | branch |
30-
| peter-murach | github | new_dsl |
31-
When I make request within a cassette named "repos/branch_mutation_one"
32-
Then the response status should be 200
33-
And the response type should be JSON
34-
And the response should not be empty
35-
When I make request within a cassette named "repos/branch_mutation_two"
36-
Then the response status should be 200
37-
And the response type should be JSON
38-
And the response should not be empty
39-
406
Scenario: Tags
417

428
Given I want tags resource with the following params:

0 commit comments

Comments
 (0)