Sha256: 3a3d1274244a0f59e8f93d3e60fbadc1f7f74fe736d7eea500489845fddf1cbb

Contents?: true

Size: 397 Bytes

Versions: 3

Compression:

Stored size: 397 Bytes

Contents

@gherkin4
Feature: Outputting feature file elements

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


  Scenario: Output of a feature file
    Given a feature file element based on "some_feature_file.feature"
    When it is outputted
    Then the following text is provided:
    """
    path_to/some_feature_file.feature
    """

Version data entries

3 entries across 3 versions & 1 rubygems

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