mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
900ff1276f
commit
d9046f918d
2 changed files with 5 additions and 13 deletions
|
@ -1,3 +1,8 @@
|
|||
Sun Feb 4 20:34:41 2007 Kouhei Sutou <kou@cozmixng.org>
|
||||
|
||||
* test/rss/rss-assertions.rb: removed needless code for backward
|
||||
compatibility.
|
||||
|
||||
Sun Feb 4 02:22:59 2007 Akinori MUSHA <knu@iDaemons.org>
|
||||
|
||||
* lib/cgi.rb (CGI::QueryExtension::read_multipart): Remove a debug
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue