acolono / opencounter_api

0 stars 0 forks source link

Feature: Add and remove counter #36

Closed rosenstrauch closed 7 years ago

rosenstrauch commented 7 years ago

as a developer in order to create the initial counter and clean up after our tests i want to add and remove counters in my tests

@domain Scenario: create a new counter Given there is no counter "onecounter" When I create a counter with name "onecounter" Then there is a counter "onecounter" with a value of "0" Commit add acceptance test for removing counter

@domain Scenario: remove existing counter Given there is a counter "onecounter" When I remove the counter with name "onecounter" Then there is no counter "onecounter".

rosenstrauch commented 7 years ago

duplicate of https://github.com/acolono/opencounter_api/issues/7