summaryrefslogtreecommitdiff
path: root/test/rdoc/test_rdoc_normal_module.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rdoc/test_rdoc_normal_module.rb')
-rw-r--r--test/rdoc/test_rdoc_normal_module.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/rdoc/test_rdoc_normal_module.rb b/test/rdoc/test_rdoc_normal_module.rb
index 68e776c41f..cccee5c44c 100644
--- a/test/rdoc/test_rdoc_normal_module.rb
+++ b/test/rdoc/test_rdoc_normal_module.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
-require File.expand_path '../xref_test_case', __FILE__
+require_relative 'xref_test_case'
class TestRDocNormalModule < XrefTestCase
@@ -40,4 +40,3 @@ class TestRDocNormalModule < XrefTestCase
end
end
-