From d197d3e56ece2447b9c68bd69f4b7223d1f28a3d Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 15 Feb 2009 12:22:50 +0000 Subject: * lib/test/unit/assertions.rb (Test::Unit::Assertions): aliases assert_not_ methods. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22331 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 710468215..411c50be1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Feb 15 21:22:48 2009 Nobuyoshi Nakada + + * lib/test/unit/assertions.rb (Test::Unit::Assertions): aliases + assert_not_ methods. + Sun Feb 15 16:57:35 2009 Tanaka Akira * lib/securerandom.rb (SecureRandom.urlsafe_base64): new method. -- cgit