summaryrefslogtreecommitdiff
path: root/1args/features/addition.feature
diff options
context:
space:
mode:
Diffstat (limited to '1args/features/addition.feature')
-rw-r--r--1args/features/addition.feature9
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
+