Running just one test in Test::Unit

Is there any other way to run just one test in Test::Unit different than
the -n option?

With the addition of Minitest in Ruby 1.9, is there some new way to do
that? It would be fantastic to have something like RSpec’s tag
filtering.