remove stray api feature

This commit is contained in:
Maxwell Salzberg 2012-01-17 17:33:55 -08:00
parent 9cde06a628
commit 30947778f9

View file

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