Add example with non-standard formatters
This commit is contained in:
16
formatter/features/formatter.feature
Normal file
16
formatter/features/formatter.feature
Normal 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"
|
Reference in New Issue
Block a user