From 25a6a3fd99b7322a12e1664c89ed0320a06f1a8d Mon Sep 17 00:00:00 2001 From: kou Date: Tue, 7 Dec 2010 11:31:46 +0000 Subject: * test/rexml/test_doctype.rb: Doctype -> DocType. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30110 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rexml/test_doctype.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rexml/test_doctype.rb') diff --git a/test/rexml/test_doctype.rb b/test/rexml/test_doctype.rb index 78014bb5da..f28e551163 100644 --- a/test/rexml/test_doctype.rb +++ b/test/rexml/test_doctype.rb @@ -4,7 +4,7 @@ require 'test/unit' require 'rexml/document' -class TestDoctype < Test::Unit::TestCase +class TestDocType < Test::Unit::TestCase def setup @sysid = "urn:x-test:sysid1" -- cgit v1.2.3