Skip to content

Commit

Permalink
* test/rss/rss-assertions.rb: removed needless code for backward comp…
Browse files Browse the repository at this point in the history
…atibility.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
kou committed Feb 4, 2007
1 parent 900ff12 commit d9046f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Sun Feb 4 20:34:41 2007 Kouhei Sutou <[email protected]>

* test/rss/rss-assertions.rb: removed needless code for backward
compatibility.

Sun Feb 4 02:22:59 2007 Akinori MUSHA <[email protected]>

* lib/cgi.rb (CGI::QueryExtension::read_multipart): Remove a debug
Expand Down
13 changes: 0 additions & 13 deletions test/rss/rss-assertions.rb
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit d9046f9

Please sign in to comment.