Sha256: 584c524b422d48043fd0aee2888df606b9ed7c7798c4ec40ba2c78f43188bc31

Contents?: true

Size: 531 Bytes

Versions: 1

Compression:

Stored size: 531 Bytes

Contents

# Language: en
Feature: AddEvent
  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 in Direct Send mode
    When I post an event
    Then the response from the server should be good.

  Scenario: Send Multiple Event directly to Keen
    Given a Keen Client in Direct Send mode
    When I post mulitple events
    Then the response from the server should be good for each event

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
keen-0.3.0 features/add_event.feature