pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-test-unit
Module Name: pkgsrc
Committed By: taca
Date: Wed Aug 29 16:47:15 UTC 2012
Modified Files:
pkgsrc/devel/ruby-test-unit: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-test-unit/Makefile \
pkgsrc/devel/ruby-test-unit/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-test-unit/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index