From d9046f918d8c703ee2497fc630f37c738a461292 Mon Sep 17 00:00:00 2001 From: kou Date: Sun, 4 Feb 2007 11:36:12 +0000 Subject: [PATCH] * test/rss/rss-assertions.rb: removed needless code for backward compatibility. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ test/rss/rss-assertions.rb | 13 ------------- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2653c0edd3..b62c36882e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Feb 4 20:34:41 2007 Kouhei Sutou + + * test/rss/rss-assertions.rb: removed needless code for backward + compatibility. + Sun Feb 4 02:22:59 2007 Akinori MUSHA * lib/cgi.rb (CGI::QueryExtension::read_multipart): Remove a debug diff --git a/test/rss/rss-assertions.rb b/test/rss/rss-assertions.rb index f90eb7f3f2..c61f74b136 100644 --- a/test/rss/rss-assertions.rb +++ b/test/rss/rss-assertions.rb @@ -1,16 +1,3 @@ -module Test - module Unit - module Assertions - # For backward compatibility - unless instance_methods.include?("assert_raise") - def assert_raise(*args, &block) - assert_raises(*args, &block) - end - end - end - end -end - module RSS module Assertions