Sha256: dc27a7d622f79dcf567dd88002f59c18f7c3ede052e1fbebc906269478f7c9c8

Contents?: true

Size: 607 Bytes

Versions: 26

Compression:

Stored size: 607 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. As such, output from a feature file model can be used as input for the same kind of model.


  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
      """
    And the output can be used to make an equivalent model
      """
        CukeModeler::FeatureFile.new(@model.to_s)
      """

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
cuke_modeler-2.1.0 testing/cucumber/features/modeling/feature_file_output.feature
cuke_modeler-2.0.0 testing/cucumber/features/modeling/feature_file_output.feature
cuke_modeler-1.5.1 testing/cucumber/features/modeling/feature_file_output.feature
cuke_modeler-1.5.0 testing/cucumber/features/modeling/feature_file_output.feature
cuke_modeler-1.4.0 testing/cucumber/features/modeling/feature_file_output.feature
cuke_modeler-1.3.0 testing/cucumber/features/modeling/feature_file_output.feature