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 collaboratorStep output
A step model's string output is a Gherkin representation of itself.
- Scenarios
-
- Outputting a step model
-
Note: Outputting a step that has a doc string is accomplished in the same manner
- Given
-
the following gherkin:
* a step |value1| |value2|
- And
-
a step model based on that gherkin
@model = CukeModeler::Step.new(<source_text>)
- When
-
the model is output as a string
@model.to_s
- Then
-
the following text is provided:
* a step | value1 | | value2 |
Last published over 6 years ago by Eric Kessler.