cucumber-attic / cucumber-tmbundle

TextMate bundle for Cucumber
http://www.benmabey.com
MIT License
204 stars 54 forks source link

--drb causing text after Given/When/Then to be shown as '#' #16

Closed harryhorn closed 13 years ago

harryhorn commented 13 years ago

I have installed spork and followed the instructions. Works great in general and also with RSpec + bundle. All is well except for one strange problem. I created a textmate profile in cucumber.yml and setup the TM_CUCUMBER_OPTS to point to it. I added --drb to the profile and I can see it is using spork as intended HOWEVER the step texts that appear after Given/When/Then are gone and down as a single # character. When I remove --drb and cucumber default to local everything is shown correctly. Anyone seen this or has an idea how to fix?

diabolo commented 13 years ago

To have any chance of fixing this I'll need a sample minimal application with the latest cucumber, rspec etc. and spork, the cucumber.yml and a feature that exhibits the problem with the latest cucumber tm bundle and texmate bang upto date. If you can provide this then please open another ticket and I'll give it a bash. In the meantime I'll close this, as I've just started maintaining the bundle and am trying to start from a clean slate.

Thanks for your input

Andrew