summaryrefslogtreecommitdiff
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
commit52945b0d28785de7ce0fd456157dba216973a3ac (patch)
treecda74eab39e41f65cd904d0b10a6d8730df66369 /test/cgi
parenta98bb55e012612d7e16c10a37eb104433af83c27 (diff)
* test/cgi/test_cgi_tag_helper.rb : fix class name
git-svn-id: svn+ssh://ci.ruby-lang.org/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 2651d14a8c..3ff2f54d42 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