diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-16 13:16:13 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-16 13:16:13 +0000 |
commit | 9d049cc72941e7b3f07e5ab8a3e2ed587efacebe (patch) | |
tree | 7f63c28e59bf2f7aa482ba2b499567648d8695db /ChangeLog | |
parent | 842be2d7cbb31ced9ca5c89c72b384f25668d451 (diff) | |
download | ruby-9d049cc72941e7b3f07e5ab8a3e2ed587efacebe.tar.gz |
* lib/minitest/unit.rb (MiniTest::Assertions#assert_instance_of):
should assert by instance_of?, not ===. [ruby-dev:37458]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Tue Dec 16 22:15:17 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * lib/minitest/unit.rb (MiniTest::Assertions#assert_instance_of): + should assert by instance_of?, not ===. [ruby-dev:37458] + Tue Dec 16 21:59:29 2008 NAKAMURA Usaku <usa@ruby-lang.org> * lib/test/unit.rb (Test::Unit.setup_argv): ALT_SEPARATOR support. |