summaryrefslogtreecommitdiff
path: root/devel/ruby-test-unit
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2012-08-29 16:47:15 +0000
committertaca <taca@pkgsrc.org>2012-08-29 16:47:15 +0000
commit0ae07e65d5249240f00aa29839f342fbde96fc0f (patch)
tree80d8c185c6081e5a9edf183cac4605add672fe07 /devel/ruby-test-unit
parent6b2486c3e160c6e384896c7b0ed285ec455898fe (diff)
downloadpkgsrc-0ae07e65d5249240f00aa29839f342fbde96fc0f.tar.gz
Update ruby-test-unit to 2.5.2.
- Update HOEPAGE. 2.5.2 -- 2012-08-29 It's an improvement release for tmtms. --location is a similar feature to --line_number in RSpec. sub_test_case is a similar feature to context in shoulda-context and RSpec. Improvements * Cleaned up tests. [GitHub#34] [Patch by Michael Grosser] * Added missing background color for 8 color environment. * Added workaround for NetBeans. [GitHub#38] [Reported by Marc Cooper] * Added --location command line option that selects target tests by test defined location. * Created sub test suite for each subclassed test case. * [ui][console] Supported nested test suites. * Added Test::Unit.at_start and Test::Unit.at_exit hooks that are run before/after all tests are run. [Good hook name is suggested by kdmsnr] * Improved code snippet target on failure. Test method is always used for code snippet target. [GitHub#39] [Suggested by Michael Grosser] * Added Test::Unit::TestCase.sub_test_case that creates sub test case. The sub test case name isn't limited Ruby's constant name rule. You can specify the sub test case name in free form. Thanks * Michael Grosser * Marc Cooper * kdmsnr 2.5.1 -- 2012-07-05 It's a bug fix release. Improvements * Supported installing from GitHub. [GitHub#29] [Suggested by Michael Grosser] * Supported ActiveSupport::TestCase. [GitHub#30] [Reported by Michael Grosser] * [ui][console] Improved multiline falut message display. Fixes * [ui][console] Fixed a bug that expected and actual values are empty. [GitHub#31][GitHub#33] [Reported by Kendall Buchanan][Reported by Mathieu Martin] [Hinted by Michael Grosser] * Fixed a bug that .gemspec can't be loaded on LANG=C. [RubyForge#29595] [Reported by Jean-Denis Koeck] Thanks * Michael Grosser * Kendall Buchanan * Mathieu Martin * Jean-Denis Koeck
Diffstat (limited to 'devel/ruby-test-unit')
-rw-r--r--devel/ruby-test-unit/Makefile6
-rw-r--r--devel/ruby-test-unit/PLIST4
-rw-r--r--devel/ruby-test-unit/distinfo8
3 files changed, 10 insertions, 8 deletions
diff --git a/devel/ruby-test-unit/Makefile b/devel/ruby-test-unit/Makefile
index 767fd328835..a106d1c3b73 100644
--- a/devel/ruby-test-unit/Makefile
+++ b/devel/ruby-test-unit/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2012/06/13 14:34:35 taca Exp $
+# $NetBSD: Makefile,v 1.10 2012/08/29 16:47:15 taca Exp $
-DISTNAME= test-unit-2.5.0
+DISTNAME= test-unit-2.5.2
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://rubyforge.org/projects/test-unit/
+HOMEPAGE= http://test-unit.rubyforge.org/
COMMENT= Improved version of Test::Unit
LICENSE= ruby-license
diff --git a/devel/ruby-test-unit/PLIST b/devel/ruby-test-unit/PLIST
index c0b910644e3..040c3b0cbdd 100644
--- a/devel/ruby-test-unit/PLIST
+++ b/devel/ruby-test-unit/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2012/03/17 15:24:22 taca Exp $
+@comment $NetBSD: PLIST,v 1.6 2012/08/29 16:47:15 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/GPL
@@ -26,6 +26,7 @@ ${GEM_LIBDIR}/lib/test/unit/diff.rb
${GEM_LIBDIR}/lib/test/unit/error.rb
${GEM_LIBDIR}/lib/test/unit/exceptionhandler.rb
${GEM_LIBDIR}/lib/test/unit/failure.rb
+${GEM_LIBDIR}/lib/test/unit/fault-location-detector.rb
${GEM_LIBDIR}/lib/test/unit/fixture.rb
${GEM_LIBDIR}/lib/test/unit/notification.rb
${GEM_LIBDIR}/lib/test/unit/omission.rb
@@ -70,6 +71,7 @@ ${GEM_LIBDIR}/test/test-color.rb
${GEM_LIBDIR}/test/test-data.rb
${GEM_LIBDIR}/test/test-diff.rb
${GEM_LIBDIR}/test/test-emacs-runner.rb
+${GEM_LIBDIR}/test/test-fault-location-detector.rb
${GEM_LIBDIR}/test/test-fixture.rb
${GEM_LIBDIR}/test/test-notification.rb
${GEM_LIBDIR}/test/test-omission.rb
diff --git a/devel/ruby-test-unit/distinfo b/devel/ruby-test-unit/distinfo
index 598dcc8644f..2d75972f5a0 100644
--- a/devel/ruby-test-unit/distinfo
+++ b/devel/ruby-test-unit/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2012/06/13 14:34:35 taca Exp $
+$NetBSD: distinfo,v 1.10 2012/08/29 16:47:15 taca Exp $
-SHA1 (test-unit-2.5.0.gem) = 204486b7ff6898588e963788a83609c18c587004
-RMD160 (test-unit-2.5.0.gem) = daf5891aea2f56dee341c31056436ebd97ec7538
-Size (test-unit-2.5.0.gem) = 97280 bytes
+SHA1 (test-unit-2.5.2.gem) = 74c2409608bb58b8a25fa9a2b1717aade94b8c74
+RMD160 (test-unit-2.5.2.gem) = bdfab738e52eaca3be710236633f37deb0609cc1
+Size (test-unit-2.5.2.gem) = 104960 bytes