1
0

Add example with non-standard formatters

This commit is contained in:
2018-12-29 06:43:46 +01:00
parent fe4f62ff1a
commit c623c4d16f
19 changed files with 2428 additions and 1618 deletions

View File

@ -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"