aboutsummaryrefslogtreecommitdiffstats
path: root/test/rexml/test_lightparser.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/test_lightparser.rb')
-rw-r--r--test/rexml/test_lightparser.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rexml/test_lightparser.rb b/test/rexml/test_lightparser.rb
index c32c1b8ee7..0fbf8bcefb 100644
--- a/test/rexml/test_lightparser.rb
+++ b/test/rexml/test_lightparser.rb
@@ -1,6 +1,7 @@
require_relative 'rexml_test_utils'
require 'rexml/parsers/lightparser'
+module REXML
class LightParserTester < Test::Unit::TestCase
include REXMLTestUtils
include REXML
@@ -10,3 +11,4 @@ class LightParserTester < Test::Unit::TestCase
parser.parse
end
end
+end