summaryrefslogtreecommitdiff
path: root/1args/features/concat.feature
blob: ddd9cf4ca9290cb0c31fc5b0c10d8ad616501e07 (plain)
1
2
3
4
5
6
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"