I get the following error when running a project with:
cucumber --format junit --guess --out ./
This is the error:
Checkout
The problem can be also fixed in Ruby code it-self, by adding the following code:
Encoding.default_external = Encoding::UTF_8 Encoding.default_internal = Encoding::UTF_8