Sha256: 6eb07085be461a4803da99a8d26634096e10c461412124f49a5d871134734168

Contents?: true

Size: 366 Bytes

Versions: 3

Compression:

Stored size: 366 Bytes

Contents

@gherkin4
Feature: Outputting directory elements

  The output of an element model is a representation of the element as it would
  appear in gherkin.


  Scenario: Output of a directory
    Given a directory element based on "some_directory"
    When it is outputted
    Then the following text is provided:
    """
    path_to/some_directory
    """

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cuke_modeler-0.4.1 features/modeling/gherkin4/directory_output.feature
cuke_modeler-0.4.0 features/modeling/gherkin4/directory_output.feature
cuke_modeler-0.3.0 features/modeling/gherkin4/directory_output.feature