This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
Feature: Sum a Pair
It sums a pair of numbers
Scenario: adds 1 + 2 to equal 3
Given 1
When add 2
Then the sum is 3
view raw
sum_a_pair.feature
hosted with ❤ by
GitHub