aboutsummaryrefslogtreecommitdiffstats
path: root/test/rexml/xpath/test_base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/xpath/test_base.rb')
-rw-r--r--test/rexml/xpath/test_base.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rexml/xpath/test_base.rb b/test/rexml/xpath/test_base.rb
index 26cd3f7ba7..0882efc5ea 100644
--- a/test/rexml/xpath/test_base.rb
+++ b/test/rexml/xpath/test_base.rb
@@ -2,6 +2,7 @@ require_relative "../rexml_test_utils"
require "rexml/document"
+module REXML
class TestXPathBase < Test::Unit::TestCase
include REXMLTestUtils
include REXML
@@ -1077,3 +1078,4 @@ EOF
assert_equal(["/"], hrefs, "Bug #3842 [ruby-core:32447]")
end
end
+end