I just updated all my gems and I\'m finding that I\'m getting errors when trying to run Test::Unit tests. I\'m getting the error copied below. That comes from creating new,
Found the (ugly) solution:
gem 'unit/test' must be called inside the tests too, not only in the Rakefile.
gem 'unit/test'
Rakefile