I'm using the guard-zeus
gem in my application
The gem is behaving as expected, but the output to the console is all distorted.
It looks like extra tabs are being added, so the lines aren't breaking as they should
Anybody know how to fix this?
Zeus seems to interfere with normal console output, although I have no idea why. It also sometimes hides what your typing (which happened to me).
What resolved the issue for me (in a blank Rails 3 installation with the specified gems), was to use another ruby version (2.0.0-p247 instead of 2.0.0-p353), as this related issue suggested.
It may be helpful to see the original Gemfile or rails setup, as this may be different for you and your specific setup.