Add code
This commit is contained in:
7
1args/features/concat.feature
Normal file
7
1args/features/concat.feature
Normal file
@ -0,0 +1,7 @@
|
||||
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"
|
Reference in New Issue
Block a user