On Sep 25, 2008, at 06:28 , SASADA Koichi wrote: > Dave Thomas wrote: >> I don't think I'd support assert_raise as an alias: mini/test is >> already >> a big break with test unit, and there's no need to even pretend to be >> compatible, so we may as well use the correct names. > > Don't break!! test/unit (using mini/test) should be compatible IMO. deprecation is NOT breaking... for a while: tu_deprecate :assert_raise, :assert_raises # 2010-06-01 I'll remove it a LOOOONG time from now.