summaryrefslogtreecommitdiff
path: root/test/rexml/test_entity.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/test_entity.rb')
-rw-r--r--test/rexml/test_entity.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rexml/test_entity.rb b/test/rexml/test_entity.rb
index dfa868820e..00272234f8 100644
--- a/test/rexml/test_entity.rb
+++ b/test/rexml/test_entity.rb
@@ -4,7 +4,7 @@ require 'rexml/document'
require 'rexml/entity'
require 'rexml/source'
-module REXML
+module REXMLTests
class EntityTester < Test::Unit::TestCase
def test_parse_general_decl
simple = "<!ENTITY foo 'bar'>"