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.
I would prefer to use 'turn' gem for more pretty output for the testing.
Just install the gem turn
and use it in your app.
If you're using Ruby 1.9 did you try MiniTest? It's include in Ruby and the output is well formatted,
83 tests, 106 assertions, 0 failures, 0 errors, 1 skips
You can learn more about MiniTest here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With