We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2764bba commit f374b1dCopy full SHA for f374b1d
test/rdoc/test_rdoc_rubygems_hook.rb
@@ -4,6 +4,9 @@
4
require 'tmpdir'
5
require 'test/unit'
6
7
+# This test requires lib/rubygems_plugin.rb .
8
+# To execute this test under a ruby-core, lib/rubygems_plugin.rb should be synced to ruby/ruby.
9
+# But I don't do so and skip this test under the situation because of avoiding ambiguity about rubygems_plugins on ruby/ruby.
10
begin
11
require_relative '../../lib/rubygems_plugin'
12
rescue LoadError
0 commit comments