diff options
Diffstat (limited to 'formatter/features/formatter.feature')
| -rw-r--r-- | formatter/features/formatter.feature | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/formatter/features/formatter.feature b/formatter/features/formatter.feature new file mode 100644 index 0000000..2c22ac0 --- /dev/null +++ b/formatter/features/formatter.feature @@ -0,0 +1,16 @@ +Feature: + Scenario: + Given the numbers: + | Summand | Summand | + | 1 | 1 | + When I sum them + Then I get 2 + + Given a list of proper names: + | Jakob | + | Ludwig | + | Felix | + | Mendelssohn | + | Bartholdy | + When I concatenate them together + Then the name is "Jakob Ludwig Felix Mendelssohn Bartholdy" |
