Skip to content
Snippets Groups Projects
Commit 4b4578e5 authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

fix(cucumber) typo in readme

parent 364282e5
No related branches found
No related tags found
No related merge requests found
...@@ -121,7 +121,7 @@ To run the cucumber tests, you will need to have the rust toolchain installed lo ...@@ -121,7 +121,7 @@ To run the cucumber tests, you will need to have the rust toolchain installed lo
To run all the scenarios (there are many) use the command: `cargo cucumber` To run all the scenarios (there are many) use the command: `cargo cucumber`
You can filter the `.feature` files to run with the option `i`, for instante: You can filter the `.feature` files to run with the option `i`, for instance:
``` ```
cargo cucumber -i monetary* cargo cucumber -i monetary*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment