Hi,
I've released test-unit 2.2.0:
http://test-unit.rubyforge.org/
http://test-unit.rubyforge.org/#test-unit
Install:
% sudo gem install test-unit
Usage:
gem 'test-unit'
require 'test-unit'
Description:
test-unit 2 is a successor library Test::Unit bundled in
Ruby 1.8.x. test-unit 2 has many improvements rather than
Test::Unit in 1.8.x.
test-unit 2 has extensible mechanism.
Here are test-unit 2 extension libraries:
1. test-unit-notify: notify test result with popup
http://test-unit.rubyforge.org/#test-unit-notify
(There are screenshots)
Install:
% sudo gem install test-unit-notify
Usage:
require 'test/unit/notify'
2. test-unit-rr: support test double
http://test-unit.rubyforge.org/#test-unit-rr
Install:
% sudo gem install test-unit-rr
Usage:
require 'test/unit/rr'
Now, you can use RR(*) in tests.
(*) https://github.com/btakita/rr
If you only know Test::Unit bundled in Ruby 1.8.x, please
try test-unit 2.
Thanks,
···
--
kou