Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need the ability to reset the counter #10

Open
rofrano opened this issue Sep 21, 2016 · 0 comments
Open

Need the ability to reset the counter #10

rofrano opened this issue Sep 21, 2016 · 0 comments

Comments

@rofrano
Copy link
Collaborator

rofrano commented Sep 21, 2016

As a User
I need the ability to reset the counter
So that I can start counting something new

Assumptions:

  • We can zero the counter

Acceptance Criteria:

When I call 'POST /counter'
It returns the current counter value
When I call 'POST /counter/reset'
It returns zero (0) as the counter value
When I call 'POST /counter' after a `reset`
It returns a counter value of `1`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant