aboutsummaryrefslogtreecommitdiffstats
path: root/test/rexml/parser/test_sax2.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/parser/test_sax2.rb')
-rw-r--r--test/rexml/parser/test_sax2.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rexml/parser/test_sax2.rb b/test/rexml/parser/test_sax2.rb
index c417d4b29d..dba5eab033 100644
--- a/test/rexml/parser/test_sax2.rb
+++ b/test/rexml/parser/test_sax2.rb
@@ -2,7 +2,7 @@ require "test/unit"
require "rexml/parsers/sax2parser"
require "rexml/sax2listener"
-module REXML
+module REXMLTests
class TestSAX2Parser < Test::Unit::TestCase
class TestDocumentTypeDeclaration < self
private