diff options
author | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-05-27 12:01:25 +0000 |
---|---|---|
committer | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-05-27 12:01:25 +0000 |
commit | effcb9a712ead5e0cb0e30a42fff263b44cb0752 (patch) | |
tree | 3e6a6fb92afb785c3fd6725ee3e5ca0cebfffa2b /test/rexml | |
parent | bef1b7f1ca0dc66443f44bc02e8033d527eec307 (diff) | |
download | bundler-effcb9a712ead5e0cb0e30a42fff263b44cb0752.tar.gz |
* 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
Diffstat (limited to 'test/rexml')
-rw-r--r-- | test/rexml/test_comment.rb | 2 |
1 files changed, 0 insertions, 2 deletions
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 |