From 13a8d735d9de444d08e6cfaf61e5a765d6d7ec7a Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 27 May 2014 10:21:10 +0000 Subject: Wrap REXML test classes by REXML module. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46166 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rexml/xpath/test_node.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/rexml/xpath/test_node.rb') 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 -- cgit v1.2.3