summaryrefslogtreecommitdiff
path: root/test/rexml/test_contrib.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/test_contrib.rb')
-rw-r--r--test/rexml/test_contrib.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rexml/test_contrib.rb b/test/rexml/test_contrib.rb
index d97b5a7753..44f7b8c3f6 100644
--- a/test/rexml/test_contrib.rb
+++ b/test/rexml/test_contrib.rb
@@ -6,6 +6,7 @@ require "rexml/document"
require "rexml/parseexception"
require "rexml/formatters/default"
+module REXML
class ContribTester < Test::Unit::TestCase
include REXMLTestUtils
include REXML
@@ -579,3 +580,4 @@ EOL
end
=end
end
+end