Cucumber syntax error with umlaut

I have an interesting problem with cucumber on rails. My colleague can use Umlaute, for example, ä ö ü from German. I can not. I just get

syntax error, unexpected $end, expecting keyword_end
pointing to "Gultig bis."

We use the same setup: rails 3.0.4, cucumbers (0.10.3), cucumber rails (0.5.1) and their general dependencies.

Is this possible because I run the cucumber tests on a virtual machine (the project is included as a shared folder, built-in), with Debian 5, and it uses its local machine with Mac OS 10.6 ??

Has anyone heard something like this?

+3
source share
1 answer

It turns out that lengthy work on the problem shows incorrect answers on google.

: #encoding: UTF-8 ​​ .

+2

All Articles