diff options
Diffstat (limited to '1args/features/addition.feature')
| -rw-r--r-- | 1args/features/addition.feature | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1args/features/addition.feature b/1args/features/addition.feature new file mode 100644 index 0000000..60e7348 --- /dev/null +++ b/1args/features/addition.feature @@ -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 + |
