Sha256: e9f4f88fe5eb98f3263a048d8bb264aee6e442b8628153a4cb52ed77fda68aca

Contents?: true

Size: 396 Bytes

Versions: 5

Compression:

Stored size: 396 Bytes

Contents

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

5 entries across 5 versions & 1 rubygems

Version Path
cuke_modeler-0.4.1 features/modeling/gherkin/feature_file_output.feature
cuke_modeler-0.4.0 features/modeling/gherkin/feature_file_output.feature
cuke_modeler-0.3.0 features/modeling/gherkin/feature_file_output.feature
cuke_modeler-0.2.0 features/modeling/gherkin/feature_file_output.feature
cuke_modeler-0.1.0 features/modeling/gherkin/feature_file_output.feature