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 collaboratorCell modeling
Cell models represent an individual cell in a table row (either a step table or an example table). They expose several attributes of the cell that they represent.
- Background
-
- Given
-
the following gherkin:
foo
- And
-
a cell model based on that gherkin
@model = CukeModeler::Cell.new(<source_text>)
- Scenarios
-
- Modeling a cell's value
-
- When
-
the cell's value is requested
@model.value
- Then
- the model returns "foo"
Last published almost 5 years ago by Eric Kessler.