Is there any way to get colors via testrb that does not involve adding test-unit to the gemfile and using bundle exec on 1.9 (everything colored in 1.8)?
ruby test/xxx_test.rb
-> colorstestrb test/xxx_test.rb
-> no colors- Add test-unit to the gemfile and
bundle exec testrb test/xxx_test.rb
-> colors