To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorDirectory 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.
- Scenarios
-
- 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)
Last published about 5 years ago by Eric Kessler.