Sha256: 56d1cbc0aeb4fd426740736fbc5b025332000afbd96e7d37df4c4529dc9eb9c2

Contents?: true

Size: 383 Bytes

Versions: 5

Compression:

Stored size: 383 Bytes

Contents

Feature: Feature file output

  A feature file model's string output is simply the file path of the feature file that it models.


  Scenario: Outputting a feature file model
    Given a feature file model 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-1.0.4 testing/cucumber/features/modeling/feature_file_output.feature
cuke_modeler-1.0.3 testing/cucumber/features/modeling/feature_file_output.feature
cuke_modeler-1.0.2 testing/cucumber/features/modeling/feature_file_output.feature
cuke_modeler-1.0.1 features/modeling/feature_file_output.feature
cuke_modeler-1.0.0 features/modeling/feature_file_output.feature