summaryrefslogtreecommitdiff
path: root/lib/test
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-05-16 04:54:02 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-05-16 04:54:02 +0000
commitc303f0407e0aa1a926428b5f12a75af1c0c3b92a (patch)
tree13be27fc861dd63f8b52c4cf119fcb3f86fa7983 /lib/test
parent445090b29ffeed30d87db558cdc4bd0e1c1a44c9 (diff)
lib/test/unit/assertions.rb: remove "all" that it has forgotten to remove.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6325 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/test')
-rw-r--r--lib/test/unit/assertions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/test/unit/assertions.rb b/lib/test/unit/assertions.rb
index 9dd9baf730..6fc00df1d3 100644
--- a/lib/test/unit/assertions.rb
+++ b/lib/test/unit/assertions.rb
@@ -373,7 +373,7 @@ EOT
AssertionMessage.use_pp = value
end
- class AssertionMessage all
+ class AssertionMessage
@use_pp = true
class << self
attr_accessor :use_pp