features/add_event.feature in keen-0.1.0 vs features/add_event.feature in keen-0.1.3
- old
+ new
@@ -3,8 +3,8 @@
In order to send an event to Keen's servers
As a developer
I want to be able to post an event to the Keen Client as a Hash/Dictionary
Scenario: Send Event directly to Keen
- Given a Keen Client using Direct
+ Given a Keen Client in Direct Send mode
When I post an event
Then the response from the server should be good.