aboutsummaryrefslogtreecommitdiffstats
path: root/test/rexml/test_order.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/test_order.rb')
-rw-r--r--test/rexml/test_order.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rexml/test_order.rb b/test/rexml/test_order.rb
index 3fcbf9778b..fc08249cae 100644
--- a/test/rexml/test_order.rb
+++ b/test/rexml/test_order.rb
@@ -5,6 +5,7 @@ begin
rescue LoadError
end
+module REXML
class OrderTester < Test::Unit::TestCase
include REXMLTestUtils
@@ -103,3 +104,4 @@ END
}
end if defined?(Zlib::GzipReader)
end
+end