File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,6 +23,20 @@ Feature: Repositories API
2323 And the response type should be JSON
2424 And the response should not be empty
2525
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+
2640 Scenario : Tags
2741
2842 Given I want tags resource with the following params:
You can’t perform that action at this time.
0 commit comments