Skip to content

Instantly share code, notes, and snippets.

@phillipoertel
Created October 23, 2009 07:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phillipoertel/216710 to your computer and use it in GitHub Desktop.
Save phillipoertel/216710 to your computer and use it in GitHub Desktop.
Scenario: Full text search
Given there are 10 projects for API client "Payback"
When I call the API "project search" with data:
| search-term | page | per-page |
| afrika | 2 | 2 |
Then I should get status "200 OK"
And I should see a XML list of 2 projects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment