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 collaboratorAddition
As Callie, a calculating individual
I want to quickly find out the sum of some numbers
So that I am not tired out by doing mental arithmetic all day
- Scenarios
-
- Find the sum of two numbers
-
- Given
- I am a Calculating Individual
- When
- I add, the number 'first_number' and the number 'second_number'
- Then
- I should see the answer 'result'
Examples: first_number second_number result 0 0 0 0 1 1 1 0 1 1 1 2 10 9 19
Last published over 5 years ago by RiverGlide.