Loaded suite .
Started
Finished in 0.0 seconds.
0 tests, 0 assertions, 0 failures, 0 errors
I was really starting to hate this message while using JRuby with test/unit. Especially when the tests were just running. So why was this happening to me? Well, here’s how to create the conditions.
require 'rubygems'
require 'test/unit'
require 'blah' #this guy doesn't exist
class TestMe < [...]