Skip to content

Instantly share code, notes, and snippets.

@benbjohnson
Created June 19, 2012 18:13
Show Gist options
  • Save benbjohnson/2955681 to your computer and use it in GitHub Desktop.
Save benbjohnson/2955681 to your computer and use it in GitHub Desktop.
Keen Queue Feature
Scenario Outline: Add events to queue
Given a Keen Client using <type>
When I post <n> events
Then the size of the queue should have gone up by <n>.
Examples:
| type | n |
| flat_file | 5 |
| flat_file | 20 |
| redis | 5 |
| redis | 20 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment