summaryrefslogtreecommitdiff
path: root/test/rexml/test_text.rb
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-27 12:07:40 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-27 12:07:40 +0000
commit28e78bf7f2ff7a5b3b168b77ca297d8ed475675d (patch)
tree2603da6363f88cecc09059778a020c9f11db8416 /test/rexml/test_text.rb
parenteffcb9a712ead5e0cb0e30a42fff263b44cb0752 (diff)
* test/rexml/: Use REXMLTests as wrapping module for REXML tests.
I avoid using the same module for library in test because it provides "include REXML" environment in test. Normally, users don't use REXML on "include REXML" environment. So I don't want to write tests on "include REXML" environment. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46171 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rexml/test_text.rb')
-rw-r--r--test/rexml/test_text.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rexml/test_text.rb b/test/rexml/test_text.rb
index 69d68f3bc2..9aa0e2f68e 100644
--- a/test/rexml/test_text.rb
+++ b/test/rexml/test_text.rb
@@ -1,6 +1,6 @@
require "rexml/text"
-module REXML
+module REXMLTests
class TextTester < Test::Unit::TestCase
include REXML