From: Suraj Kurapati Date: 2011-04-05T09:19:03+09:00 Subject: Re: [ANN] test-unit-must 0.0.1 I just released version 0.0.2 containing a performance fix: * Define missing negative versions of positive assertion programatically. Do not use method_missing() because when we previously defined it in the `Test::Unit::Must::Assertions` module and included that into the global `Object` class, every missing method *anywhere* in Ruby was being handled by our method_missing() handler!!! This made test execution *very* slow. Thanks to Wilson Freitas for suggesting that I use "profile" standard library to find out what was slowing down my "must" assertions! -- Posted via http://www.ruby-forum.com/.