Sha256: 07b3cd3ccf006782cf4e4cc5877a584c78d38574f24259435af7b45ab3c74131

Contents?: true

Size: 568 Bytes

Versions: 4

Compression:

Stored size: 568 Bytes

Contents

Feature: Directory output

  A directory model's string output is simply the file path of the directory that it models. As such, output from a directory model can be used as
  input for the same kind of model.


  Scenario: Outputting a directory model
    Given a directory model based on "some_directory"
    When it is outputted
    Then the following text is provided:
      """
      <path_to>/some_directory
      """
    And the output can be used to make an equivalent model
      """
        CukeModeler::Directory.new(@model.to_s)
      """

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cuke_modeler-1.2.1 testing/cucumber/features/modeling/directory_output.feature
cuke_modeler-1.2.0 testing/cucumber/features/modeling/directory_output.feature
cuke_modeler-1.1.1 testing/cucumber/features/modeling/directory_output.feature
cuke_modeler-1.1.0 testing/cucumber/features/modeling/directory_output.feature