| |
ruby-talk-google |
It looks like Test::Unit::TestResult [1] has disappeared in Ruby 1.9.1. Is In fact, it looks like requiring 'test/unit' now just gets you a thin In Mocha's acceptance tests we currently use Test::Unit to run tests within [1] http://is.gd/hwZb
this correct?
wrapper around MiniTest. Is this correct?
tests [2] and Test::Result gives us access to the errors and failures that
occurred within the inner test. This gives us clean looking tests like
ParameterMatcherTest [3].
--
James.
http://blog.floehopper.org
[2] http://is.gd/hwYM
[3] http://is.gd/hx14