* 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
This commit is contained in:
kou 2014-05-27 12:01:25 +00:00
parent bef1b7f1ca
commit effcb9a712
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Tue May 27 20:59:37 2014 Kouhei Sutou <kou@cozmixng.org>
* test/rexml/test_comment.rb: Remove needless REXML module wrapping.
Tue May 27 20:56:49 2014 Kouhei Sutou <kou@cozmixng.org>
* test/openssl/test_pkcs7.rb: Fix inverted expected and actual values.

View File

@ -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