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"