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