summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-04 11:36:12 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-04 11:36:12 +0000
commitecce8e25947f8bbd587a13acf088c3460563e5ae (patch)
tree15b0a3e523bd2501a1081a48f05b76ac07d63b15 /test
parent7896ba8b356419c7c7b88c5488d177b89584a499 (diff)
downloadruby-ecce8e25947f8bbd587a13acf088c3460563e5ae.tar.gz
ruby-ecce8e25947f8bbd587a13acf088c3460563e5ae.tar.xz
ruby-ecce8e25947f8bbd587a13acf088c3460563e5ae.zip
* test/rss/rss-assertions.rb: removed needless code for backward compatibility.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/rss/rss-assertions.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/rss/rss-assertions.rb b/test/rss/rss-assertions.rb
index f90eb7f3f..c61f74b13 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