Sha256: de5a53389cd48ee52c9c97e8122295b70d4016d6de31353309fab48dde381d3e

Contents?: true

Size: 542 Bytes

Versions: 26

Compression:

Stored size: 542 Bytes

Contents

Feature: Model output

  All models can be output in text form. For models that represent parts of the file structure, this text will be a path and for models that represent parts of a feature file, this text will be Gherkin (see the model output documentation for specific models for details).


  Scenario: Outputting a model
    Given the models provided by CukeModeler
    Then  all of them can be output as text appropriate to the model type
      """
        model = <model_class>.new
        
        model.to_s
      """

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
cuke_modeler-3.19.0 testing/cucumber/features/modeling/model_output.feature
cuke_modeler-3.18.0 testing/cucumber/features/modeling/model_output.feature
cuke_modeler-3.17.0 testing/cucumber/features/modeling/model_output.feature
cuke_modeler-3.16.0 testing/cucumber/features/modeling/model_output.feature
cuke_modeler-3.15.0 testing/cucumber/features/modeling/model_output.feature
cuke_modeler-3.14.0 testing/cucumber/features/modeling/model_output.feature
cuke_modeler-3.13.0 testing/cucumber/features/modeling/model_output.feature
cuke_modeler-3.12.0 testing/cucumber/features/modeling/model_output.feature
cuke_modeler-3.11.0 testing/cucumber/features/modeling/model_output.feature
cuke_modeler-3.10.0 testing/cucumber/features/modeling/model_output.feature
cuke_modeler-3.9.0 testing/cucumber/features/modeling/model_output.feature
cuke_modeler-3.8.0 testing/cucumber/features/modeling/model_output.feature
cuke_modeler-3.7.0 testing/cucumber/features/modeling/model_output.feature
cuke_modeler-3.6.0 testing/cucumber/features/modeling/model_output.feature
cuke_modeler-3.5.0 testing/cucumber/features/modeling/model_output.feature
cuke_modeler-3.4.0 testing/cucumber/features/modeling/model_output.feature
cuke_modeler-3.3.0 testing/cucumber/features/modeling/model_output.feature
cuke_modeler-3.2.0 testing/cucumber/features/modeling/model_output.feature
cuke_modeler-3.1.0 testing/cucumber/features/modeling/model_output.feature
cuke_modeler-3.0.0 testing/cucumber/features/modeling/model_output.feature