Last Updated: February 25, 2016
·
1.239K
· diasjorge

Display Test::Unit test names when running tests

Just provide the --verbose option when executing the tests.

E.g

rake test TEST_OPTS="--verbose"

ruby -Ilib:test test/your_test.rb --verbose