From 52945b0d28785de7ce0fd456157dba216973a3ac Mon Sep 17 00:00:00 2001 From: xibbar Date: Mon, 8 Sep 2008 14:27:37 +0000 Subject: * 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 --- test/cgi/test_cgi_tag_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/cgi') 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 -- cgit v1.2.3