Sha256: 0346f4ff3ac70d5319843913c99c837e7dbbe6116bf6384e139d2eebaa0cfa3b

Contents?: true

Size: 366 Bytes

Versions: 5

Compression:

Stored size: 366 Bytes

Contents

@gherkin3
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

5 entries across 5 versions & 1 rubygems

Version Path
cuke_modeler-0.4.1 features/modeling/gherkin3/directory_output.feature
cuke_modeler-0.4.0 features/modeling/gherkin3/directory_output.feature
cuke_modeler-0.3.0 features/modeling/gherkin3/directory_output.feature
cuke_modeler-0.2.0 features/modeling/gherkin3/directory_output.feature
cuke_modeler-0.1.0 features/modeling/gherkin3/directory_output.feature