summaryrefslogtreecommitdiff
path: root/test/rexml/test_encoding.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/test_encoding.rb')
-rw-r--r--test/rexml/test_encoding.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rexml/test_encoding.rb b/test/rexml/test_encoding.rb
index a3fda1e392..799f3f27ef 100644
--- a/test/rexml/test_encoding.rb
+++ b/test/rexml/test_encoding.rb
@@ -5,6 +5,7 @@ require_relative "rexml_test_utils"
require 'rexml/source'
require 'rexml/document'
+module REXML
class EncodingTester < Test::Unit::TestCase
include REXMLTestUtils
include REXML
@@ -92,3 +93,4 @@ class EncodingTester < Test::Unit::TestCase
assert( utf16[0].kind_of?(REXML::XMLDecl))
end
end
+end