From 28e78bf7f2ff7a5b3b168b77ca297d8ed475675d Mon Sep 17 00:00:00 2001 From: kou Date: Tue, 27 May 2014 12:07:40 +0000 Subject: * 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 --- test/rexml/xpath/test_axis_preceding_sibling.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rexml/xpath/test_axis_preceding_sibling.rb') diff --git a/test/rexml/xpath/test_axis_preceding_sibling.rb b/test/rexml/xpath/test_axis_preceding_sibling.rb index 7733e56a8d..faba177f95 100644 --- a/test/rexml/xpath/test_axis_preceding_sibling.rb +++ b/test/rexml/xpath/test_axis_preceding_sibling.rb @@ -1,7 +1,7 @@ require "test/unit/testcase" require "rexml/document" -module REXML +module REXMLTests class TestXPathAxisPredcedingSibling < Test::Unit::TestCase include REXML SOURCE = <<-EOF -- cgit v1.2.3