From: James Mead Date: 2009-01-29T00:48:51+09:00 Subject: MiniTest / Test::Unit --001517573db4055d9c04618cf1e7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I'm struggling to understand the combinations in which MiniTest and Test::Unit can be used. This is my understanding so far... Test::Unit Available as a standard library ('test/unit') in Ruby versions before 1.9.1. Available as a standard library in Ruby version 1.9.1, but only as a thin wrapper around MiniTest. Some Test::Unit API no longer available. MiniTest Available as a gem ('minitest') in Ruby versions before 1.9.0 Available as a standard library ('mini/test') in Ruby version 1.9.0 Available as a standard library ('minitest') in Ruby version 1.9.1 Is that all correct? Also when is the minitest_tu_shim gem intended to be used? Thanks. -- James. http://blog.floehopper.org --001517573db4055d9c04618cf1e7--