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,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…
Add table
Add a link
Reference in a new issue