Skip to content
This repository was archived by the owner on Nov 16, 2018. It is now read-only.

Troubleshooting

aslakhellesoy edited this page Aug 13, 2010 · 30 revisions

Cucumber not ripe? Can’t find your peeler? These are some common problems people have experienced. -And how to address them.

All the ‘a’ and ‘A’ letters are lost in the output on Windows

Solution: Add require 'cucumber/formatters/unicode' to your env.rb file. For more info, see Lighthouse issue #81

Special characters aren’t outputted correctly to the console on Windows

Solution: Add require 'cucumber/formatters/unicode' to your env.rb file. Then set your command window’s font to a font that has the characters you’re outputting – for example Upper Left corner icon menu -> Properties -> Font -> Lucida Grande

Clone this wiki locally