summaryrefslogtreecommitdiffstats
path: root/test/cgi
diff options
context:
space:
mode:
authorxibbar <xibbar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-08 14:27:37 +0000
committerxibbar <xibbar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-08 14:27:37 +0000
commit3e93b9185b1aecc94e8a378b712b20a7cd2bd027 (patch)
treecda74eab39e41f65cd904d0b10a6d8730df66369 /test/cgi
parent95ffc73ea80c4b77541ac274ae98309f9c04e581 (diff)
downloadruby-3e93b9185b1aecc94e8a378b712b20a7cd2bd027.tar.gz
ruby-3e93b9185b1aecc94e8a378b712b20a7cd2bd027.tar.xz
ruby-3e93b9185b1aecc94e8a378b712b20a7cd2bd027.zip
* test/cgi/test_cgi_tag_helper.rb : fix class name
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19248 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/cgi')
-rwxr-xr-xtest/cgi/test_cgi_tag_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cgi/test_cgi_tag_helper.rb b/test/cgi/test_cgi_tag_helper.rb
index 2651d14a8..3ff2f54d4 100755
--- a/test/cgi/test_cgi_tag_helper.rb
+++ b/test/cgi/test_cgi_tag_helper.rb
@@ -3,7 +3,7 @@ require 'cgi'
require 'stringio'
-class CGICoreTest < Test::Unit::TestCase
+class CGITagHelperTest < Test::Unit::TestCase
def setup