Add code
This commit is contained in:
9
1args/features/addition.feature
Normal file
9
1args/features/addition.feature
Normal file
@ -0,0 +1,9 @@
|
||||
Feature: Add Numbers
|
||||
As a user of the calculator
|
||||
I want to add 2 numbers
|
||||
|
||||
Scenario: Add numbers
|
||||
Given the start value is 5
|
||||
When I add 6
|
||||
Then the result should be 11
|
||||
|
Reference in New Issue
Block a user