summaryrefslogtreecommitdiff
path: root/lib/test/unit/collector
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
commit692ea1bb836016fa39d2c1b67e110cc6802854fc (patch)
tree935dfd1eb8722753c26e48da528ba9d2a385f504 /lib/test/unit/collector
parent67b0ca4947bc5bc20b322879671a7b9122dcb323 (diff)
* lib/test/unit/collector/objectspace.rb
(Test::Unit::Collector::ObjectSpace::NAME): fix a typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17904 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/test/unit/collector')
-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 a6136e37bf..4a768c721e 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()