Wrong quickstart example in the book #200
Labels
enhancement
Improvement of existing features or bugfix
k::documentation
Related to project documentation
Milestone
The quickstart uses this function to start the example (only the path is important here):
Then when this is converted to tokio at the end of the quickstart, that path also has a leading slash.
This does not work for me with cucumber saying
Failed to parse: Failed to parse feature: Could not read path: /tests/features/book
, however when the leading slash is deleted everything works as expected.I wanted to check first whether this should work (and maybe does not because of my system?) or the leading slashes should be rdeleted.
I am running rust 1.58 on Windows 10, cucumber 0.11.2.
The text was updated successfully, but these errors were encountered: