aboutsummaryrefslogtreecommitdiffstats
path: root/test/rexml/test_core.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/test_core.rb')
-rw-r--r--test/rexml/test_core.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rexml/test_core.rb b/test/rexml/test_core.rb
index 7040ad60bf..7c8e4238b8 100644
--- a/test/rexml/test_core.rb
+++ b/test/rexml/test_core.rb
@@ -11,6 +11,7 @@ require "rexml/undefinednamespaceexception"
require_relative "listener"
+module REXML
class Tester < Test::Unit::TestCase
include REXMLTestUtils
include REXML
@@ -1460,3 +1461,4 @@ ENDXML
REXML::Attribute.new(name, value)
end
end
+end