Cucumber lost the letter a on windows

Find that the letter ‘a’ is missing from your output from cucumber in windows? Try adding the line

$KCODE=''

to your features/support/env.rb file.

It worked for me.

Tags: , ,

7 Responses to “Cucumber lost the letter a on windows”

  1. Glenn says:

    That works… thanks.

    Next… why does it work?

  2. Jamal says:

    I’m not exactly sure why this works, but there are details on the lighthouse ticket. It says it’s resolved, so you might also check your version. I’m using Linux now for my rails development, but I know I ran into this on Windows.

    Here is the ticket

  3. Srboisvert says:

    Cucumber is pretty cool but this console output formatting is a really stinky design decision.

  4. [...] found a couple gotchas at this point when working in Windows.  The first is that cucumber doesn’t display the letter ‘a’ in the output if you don’t modify ./features/support/env.rb with the following line: 1 [...]

  5. JW says:

    It was kind of weird to run into this, thanks for posting a workaround.

  6. Thanks – how bizarre! It makes a bit of sense now that I see Aslak’s explanation… but only a bit.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">