michaelklishin / cucumber.el

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

Fix support/find_step.rb script #47

Closed avsej closed 10 years ago

avsej commented 10 years ago

The major problem was that in case when ruby parser reused, it does not reset line number counter. Which means the script is useless, because of pointing beyond the file end.

Other fixes mostly related to unlocking ruby_parser gem and use the recent stable version