RubyMine support for cucumber feature definition in spanish not working Follow
Hello,
I'm trying out writing features with cucumber in Spanish, but there is a quirk I don't know if it's RubyMine or the Windows character set.
The cucumber word for Feature in spanish is Característica according to cucumber --i18n es. When you start typing, RubyMine suggests CaracterÃ-stica instead.
If you keep CaracterÃ-stica in the .feature you can navigate to the steps definitions using the ctrl + clic on the step text. But it you run cumber you'll get the following error message:
Lexing error on line 4: 'CaracterÃ-stica: __feature name here___'. See http://wiki.github.com/cucumber/gherkin/lexingerror for more information. (Gherkin::Lexer::LexingError)
Then if I replace CaracterÃstica with Característica cucumber runs fine and all the test passes BUT I can no longer navigate to the steps definitions with ctrl + clic
So far the problem only happens with Característica that has a tilde over the i and RubyMine gives CaracterÃ-stica instead.
Should I report this as a bug? or is there a workaround?
I'm using RubyMine ver: 4.0.3 and windows 7 professional edition.
Regards,
Felipe
EDIT: I forgot to mention my windows is in spanish.
Please sign in to leave a comment.
I thinks this is a bug, please file it in our bugtracker.
I think it would be very useful to attche minimal example, otherwise we will spend some time learning Spanish keyborad layout ;)
Reported as bug RUBY-11071