You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`
The text was updated successfully, but these errors were encountered:
As a User
I need the ability to reset the counter
So that I can start counting something new
Assumptions:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: