Sha256: 600b06bd23bc0d9140d270016ed1bccf7b7a053a0204cba8d1e5752e6f493509
Contents?: true
Size: 565 Bytes
Versions: 26
Compression:
Stored size: 565 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
26 entries across 26 versions & 1 rubygems