Skip to content

Commit 6823f55

Browse files
committed
test/lib/helper.rb is only for ruby/rdoc repo
1 parent 9684f85 commit 6823f55

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/rdoc/support/test_case.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
require 'tmpdir'
1414
require 'stringio'
1515

16-
require_relative '../../lib/helper'
16+
begin
17+
require_relative '../../lib/helper'
18+
rescue LoadError
19+
end
1720
require_relative '../../../lib/rdoc'
1821

1922
##

0 commit comments

Comments
 (0)