8 lines
217 B
Gherkin
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"
|