summaryrefslogtreecommitdiff
path: root/test/rexml/xpath/test_node.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/xpath/test_node.rb')
-rw-r--r--test/rexml/xpath/test_node.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rexml/xpath/test_node.rb b/test/rexml/xpath/test_node.rb
index db7a2efca6..c3cdb0dc9b 100644
--- a/test/rexml/xpath/test_node.rb
+++ b/test/rexml/xpath/test_node.rb
@@ -4,6 +4,7 @@ require_relative "../rexml_test_utils"
require "rexml/document"
+module REXML
class TestXPathNode < Test::Unit::TestCase
def matches(xml, xpath)
document = REXML::Document.new(xml)
@@ -38,3 +39,4 @@ class TestXPathNode < Test::Unit::TestCase
end
end
end
+end