remove stray api feature
This commit is contained in:
parent
9cde06a628
commit
30947778f9
1 changed files with 0 additions and 11 deletions
|
|
@ -1,11 +0,0 @@
|
|||
Feature: API
|
||||
In order to use a client application
|
||||
as an epic developer
|
||||
I need to get user's info
|
||||
|
||||
Scenario: Getting a users public profile
|
||||
Given a user named "Maxwell S" with email "maxwell@example.com"
|
||||
And I send and accept JSON
|
||||
When I send a GET request for "/api/v0/users/maxwell_s"
|
||||
Then the response status should be "200"
|
||||
And the JSON response should have "first_name" with the text "Maxwell"
|
||||
Loading…
Reference in a new issue