1
0
cucumber-js-demo/1args/features/concat.feature
2018-11-10 20:06:38 +01:00

8 lines
217 B
Gherkin

Feature: Concatenate strings
As a user of the concatenator
I want to concatenate 2 strings
Scenario: Concatenate strings
When I concatenate "Georg" and "Cantor"
Then the result should be "Georg Cantor"