summaryrefslogtreecommitdiffstats
path: root/lib/test
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-06 01:13:20 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-06 01:13:20 +0000
commit9c13299b6cb37f0f065c6ab79a0440db521db2e4 (patch)
tree935dfd1eb8722753c26e48da528ba9d2a385f504 /lib/test
parent5fe53ffa45fc5ae1eddb9114e7773a0d3f46ddec (diff)
downloadruby-9c13299b6cb37f0f065c6ab79a0440db521db2e4.tar.gz
ruby-9c13299b6cb37f0f065c6ab79a0440db521db2e4.tar.xz
ruby-9c13299b6cb37f0f065c6ab79a0440db521db2e4.zip
* lib/test/unit/collector/objectspace.rb
(Test::Unit::Collector::ObjectSpace::NAME): fix a typo. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17904 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/test')
-rw-r--r--lib/test/unit/collector/objectspace.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/test/unit/collector/objectspace.rb b/lib/test/unit/collector/objectspace.rb
index a6136e37b..4a768c721 100644
--- a/lib/test/unit/collector/objectspace.rb
+++ b/lib/test/unit/collector/objectspace.rb
@@ -10,7 +10,7 @@ module Test
class ObjectSpace
include Test::Unit::Collector
- NAME = 'collected from the subclasses of TestSuite'
+ NAME = 'collected from the subclasses of TestCase'
def initialize(source=nil)
super()