f8b4050b76
Test::Unit 2.x - Improved version of Test::Unit bundled in Ruby 1.8.x. Ruby 1.9.x bundles minitest not Test::Unit. Test::Unit bundled in Ruby 1.8.x had not been improved but unbundled Test::Unit (Test::Unit 2.x) will be improved actively. == FEATURES * Test::Unit 1.2.3 is the original Test::Unit, taken straight from the ruby distribution. It is being distributed as a gem to allow tool builders to use it as a stand-alone package. (The test framework in ruby is going to radically change very soon). * Test::Unit 2.x will be improved actively and may break compatiblity with Test::Unit 1.2.3. (We will not hope it if it isn't needed.) * Some features exist as separated gems like GUI test runner. (Tk, GTK+ and Fox) test-unit-full gem package provides for installing all Test::Unit related gems easily.
24 lines
503 B
Text
24 lines
503 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2010/09/12 01:34:21 taca Exp $
|
|
|
|
Avoid conflict with ruby{18,19}-base's command.
|
|
|
|
--- ../test-unit-2.1.1.gemspec.orig 2010-09-07 06:30:30.000000000 +0000
|
|
+++ ../test-unit-2.1.1.gemspec
|
|
@@ -46,7 +46,7 @@ email:
|
|
- kou@cozmixng.org
|
|
- ryand-ruby@zenspider.com
|
|
executables:
|
|
-- testrb
|
|
+- testrb2
|
|
extensions: []
|
|
|
|
extra_rdoc_files:
|
|
@@ -62,7 +62,7 @@ files:
|
|
- README.txt
|
|
- Rakefile
|
|
- TODO
|
|
-- bin/testrb
|
|
+- bin/testrb2
|
|
- html/bar.png
|
|
- html/bar.svg
|
|
- html/developer.png
|