-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
As a user with too many notes,
I want to delete all of them to hell,
So that I can proceed with sanity.
===
Given the user has no notes,
When they issue the command to delete them,
Then the system replies, "You have no notes."
Given the user has one or more notes,
When they issue the command to delete them,
Then the system asks them if they are sure.
When they decline,
Then the system replies, "Well, okay then."
When the confirm,
Then the system deletes all of their notes
AND replies with "Aaaaand they're gone."
===
at timeforce delete
Metadata
Metadata
Assignees
Labels
No labels