File: README.Debian

package info (click to toggle)
ruby-test-unit 2.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 772 kB
  • sloc: ruby: 11,397; makefile: 6
file content (15 lines) | stat: -rw-r--r-- 671 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
ruby-test-unit for Debian
-------------------------

This package overrides the bundled version of Test::Unit installed with the
ruby interpreter. All programs requiring 'test/unit' will thus use this version
instead of the default one.

This is in particular true for /usr/bin/testrb1.8 and /usr/bin/testrb1.9.1.
If the new behavior of testrb1.8 is almost the same as the old one (run
testrb1.8 --help to get the full list of options), testrb1.9.1 will not work
anymore. To run tests using Test::Unit with ruby1.9.1, you are invited to run
testrb1.8 with the ruby1.9.1 interpreter.

 -- Cédric Boutillier <cedric.boutillier@gmail.com>, Sat, 24 Sep 2011 21:37:10 +0200