mrbrdo / theine

Rails preloader for JRuby (similar to Zeus, Spring and Spork)
MIT License
99 stars 10 forks source link

theine not giving any output on rspec tests #6

Closed dre-hh closed 10 years ago

dre-hh commented 10 years ago

When running 'theine rspec spec', somites there is just no output, and you have to manually kill the rspec process

theine_server on: jruby 1.7.6 (1.9.3p392) 2013-10-22 6004147 on Java HotSpot(TM) 64-Bit Server VM 1.7.0_45-b18 [darwin-x86_64]

thein_client on: ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-darwin13.0.0]

mrbrdo commented 10 years ago

Hm, seems to be something more specific to your setup, as this works for me. Perhaps something to do with your spec_helper? Can you investigate? I can only guess at this point.

dre-hh commented 10 years ago

I suppose it was caused by zsh shell. Every type i typed the rspec command, it wanted to correct it to 'spec' and was displaying the following prompt, excepting some user action:

' zsh: correct 'rspec' to 'spec' [nyae]?'

I'm not sure, but i suspect, the issue came only if was hitting 'y' to fast. Anyway i disabled this AUTOCORRECT annoying feature

mrbrdo commented 10 years ago

Interesting, I also use zsh (oh-my-zsh), didn't have this problem though. I guess my autocorrect settings are different in some way.

Thanks for looking into it.