michaelklishin / cucumber.el

Emacs mode for editing Cucumber plain text stories
None!
253 stars 90 forks source link

find_step.rb doesn't works with language: annotations #20

Closed emadridm closed 11 years ago

emadridm commented 12 years ago

If the file *.feature has a comment #language: es, find_step.rb should use the i18n.yml file to gets equivalent keywords for Given, When, Then and And. In other case, It should use english language.