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 collaboratorInsert costs into an account
As a user
I want to insert costs into one of my account
So that i can display it in different ways
- Scenarios
-
-
a single costs should be inserted into an
- a regular costs should be inserted into an account
-
a negative income should be inserted into an
-
a single costs should be inserted into an
-
- Given
- an existing <account> is chosen
- When
- I enter €100 single costs
- Then
- €100 should removed from the <account>
- And
- the transaction should stored in the database
- a regular costs should be inserted into an account
-
- Given
- an existing <account> is chosen
- When
- I enter €100 periodic costs
- Then
- €100 should removed from <account> every period
- And
- the transaction should stored in the database every period
-
a negative income should be inserted into an
-
- Given
- an existing <account> is chosen
- When
- I enter -€100 as costs
- Then
- an error message should be displayed
-
a single costs should be inserted into an
Last published almost 7 years ago by mherz.