From effcb9a712ead5e0cb0e30a42fff263b44cb0752 Mon Sep 17 00:00:00 2001 From: kou Date: Tue, 27 May 2014 12:01:25 +0000 Subject: * test/rexml/test_comment.rb: Remove needless REXML module wrapping. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46170 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rexml/test_comment.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/rexml/test_comment.rb') diff --git a/test/rexml/test_comment.rb b/test/rexml/test_comment.rb index 2180cf5c3f..ebe3eead8d 100644 --- a/test/rexml/test_comment.rb +++ b/test/rexml/test_comment.rb @@ -2,7 +2,6 @@ require "test/unit/testcase" require 'rexml/document' -module REXML module REXMLTest class CommentTester < Test::Unit::TestCase # Bug #5278 @@ -24,4 +23,3 @@ module REXMLTest end end end -end -- cgit v1.2.3