There was an error while loading. Please reload this page.
1 parent 58c0804 commit b8d68fdCopy full SHA for b8d68fd
test/rdoc/test_rdoc_rubygems_hook.rb
@@ -9,6 +9,9 @@ class TestRDocRubygemsHook < Gem::TestCase
9
unless method_defined?(:assert_path_not_exist)
10
alias assert_path_not_exist refute_path_exists
11
end
12
+ unless method_defined?(:assert_raise)
13
+ alias assert_raise assert_raises
14
+ end
15
16
def setup
17
super
0 commit comments