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 collaboratorData
The DSL needs away of allowing data to be
referenced
- Scenarios
-
- Data given in constructor
-
- Given
- some array data
- And
-
a DSL with:
ZebraPrinterDocument.new(@data) do language :zpl2 text data.first.text end
- When
- I execute the DSL
- Then
- the output should include "^FDFirst Data^FS"
Last published over 5 years ago by Paul Mitchell.