Ruby test unit gem doesn't show dots for passed test. I'm running on Ubuntu 11.04 .
It shows 'E' and 'F' for failure, but nothing for pass. This problem dissapears if I comment gem 'test-unit'
line, but in that case test-unit 2.x features (like omit, pend) is not available.
ruby --version
andgem env
. – Mel