1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* NEWS: added minitest changes. [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2014-05-24 05:04:25 +00:00
parent 0948f67de8
commit 938273f007
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Sat May 24 14:02:04 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* NEWS: added minitest changes.
Sat May 24 13:42:46 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* test/lib/test/unit/test-unit.gemspec: removed needless gemspec file.

3
NEWS
View file

@ -108,6 +108,9 @@ with all sufficient information, see the ChangeLog file.
* Time.httpdate produces always UTC Time object.
* Time.strptime raises ArgumentError when no date information.
* lib/minitest/*.rb
* Removed because it conflicts to minitest 5. [Feature #9711]
* lib/test/**/*.rb
* Removed because it conflicts to minitest 5, and it was just an wrapper
of minitest 4. [Feature #9711]