From c623c4d16f14362cc50418e0f6e5875f785f587e Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sat, 29 Dec 2018 06:43:46 +0100 Subject: Add example with non-standard formatters --- formatter/features/formatter.feature | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 formatter/features/formatter.feature (limited to 'formatter/features/formatter.feature') 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" -- cgit v1.2.3