aboutsummaryrefslogtreecommitdiffstats
path: root/test/rexml/test_namespace.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/test_namespace.rb')
-rw-r--r--test/rexml/test_namespace.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rexml/test_namespace.rb b/test/rexml/test_namespace.rb
index f855203fc8..e2bedb965f 100644
--- a/test/rexml/test_namespace.rb
+++ b/test/rexml/test_namespace.rb
@@ -2,6 +2,7 @@ require_relative "rexml_test_utils"
require "rexml/document"
+module REXML
class TestNamespace < Test::Unit::TestCase
include REXMLTestUtils
include REXML
@@ -36,3 +37,4 @@ XML
document.root.namespace("xml"))
end
end
+end