Created
January 13, 2013 02:02
-
-
Save jharmn/4521824 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @Positive @Get @User | |
| Scenario: Show twitter user | |
| Given I access the resource url "/1/users/show.json?screen_name=jasonh_n_austin&include_entities=true" | |
| When I retrieve the results | |
| Then the status code should be 200 | |
| And it should have the field "name" containing the value "Jason Harmon" | |
| And it should have the field "id" containing the value "57005215" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment