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