From 13a8d735d9de444d08e6cfaf61e5a765d6d7ec7a Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 27 May 2014 10:21:10 +0000 Subject: Wrap REXML test classes by REXML module. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46166 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rexml/test_contrib.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/rexml/test_contrib.rb') 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 -- cgit v1.2.3