@@ -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