summaryrefslogtreecommitdiff
path: root/1args/features/addition.feature
blob: 60e7348c019854e5f0a2418c79b36c2c8510d885 (plain)
1
2
3
4
5
6
7
8
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