Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mterada1228 committed Sep 11, 2024
1 parent 2764bba commit f374b1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/rdoc/test_rdoc_rubygems_hook.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
require 'tmpdir'
require 'test/unit'

# This test requires lib/rubygems_plugin.rb .
# To execute this test under a ruby-core, lib/rubygems_plugin.rb should be synced to ruby/ruby.
# But I don't do so and skip this test under the situation because of avoiding ambiguity about rubygems_plugins on ruby/ruby.
begin
require_relative '../../lib/rubygems_plugin'
rescue LoadError
Expand Down

0 comments on commit f374b1d

Please sign in to comment.