cucumber-attic/microcuke

Add tests for step arguments

Opened this issue · 0 comments

Add some tests for steps with "arguments". For example:

    Given a step with the argument "cucumbers"
    And a step with the arguments "are" and "healthy"
    Then the result should be "cucumbers are healthy"