Skip to content

Commit 274ff9a

Browse files
committed
Add get all users live test.
1 parent 939f627 commit 274ff9a

2 files changed

Lines changed: 264 additions & 0 deletions

File tree

features/cassettes/users/all.yml

Lines changed: 256 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

features/users.feature

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ Feature: Users API
33
Background:
44
Given I have "Github::Users" instance
55

6+
Scenario: List all users
7+
8+
Given I want to list resources
9+
When I make request within a cassette named "users/all"
10+
Then the response status should be 200
11+
And the response type should be JSON
12+
And the response should not be empty
13+
614
Scenario: Get authenticated user
715

816
Given I want to get resource

0 commit comments

Comments
 (0)