diff options
| author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-05-16 04:54:02 +0000 |
|---|---|---|
| committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-05-16 04:54:02 +0000 |
| commit | 2fa4f8a2507a923a03dfaaa7e75e920567e936bc (patch) | |
| tree | 13be27fc861dd63f8b52c4cf119fcb3f86fa7983 /lib/test | |
| parent | f87f5e5c47e546a9bf7321c3fb874915d3919374 (diff) | |
| download | ruby-2fa4f8a2507a923a03dfaaa7e75e920567e936bc.tar.gz ruby-2fa4f8a2507a923a03dfaaa7e75e920567e936bc.tar.xz ruby-2fa4f8a2507a923a03dfaaa7e75e920567e936bc.zip | |
lib/test/unit/assertions.rb: remove "all" that it has forgotten to remove.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6325 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/test')
| -rw-r--r-- | lib/test/unit/assertions.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/test/unit/assertions.rb b/lib/test/unit/assertions.rb index 9dd9baf73..6fc00df1d 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 |
