To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorCreate categories
As a user
I want to create categories
So that I can group costs and income
- Scenarios
-
- Creating a new category
-
- Given
- a category with <name> does not exist already
- When
- I enter a <name> and click on create
- Then
- a new category should be created
- And
- stored in the database
-
Creating a new category with already existing
-
- Given
- a category with <name> does already exist for the account
- When
- I enter a <name> and click on create
- Then
- a warning should be displayed
Last published almost 7 years ago by mherz.