Revision: 3840 http://trac.macosforge.org/projects/ruby/changeset/3840 Author: lsansonetti@apple.com Date: 2010-03-20 17:08:50 -0700 (Sat, 20 Mar 2010) Log Message: ----------- untag passing specs Modified Paths: -------------- MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/String_tags.txt Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/String_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/String_tags.txt 2010-03-21 00:08:35 UTC (rev 3839) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/String_tags.txt 2010-03-21 00:08:50 UTC (rev 3840) @@ -1,12 +1,4 @@ -fails:Kernel.String converts the given argument to a String by calling #to_s -fails:Kernel.String raises a TypeError if #to_s is not provided -fails:Kernel.String tries to call the to_s method if respond_to? returns true for to_s -fails:Kernel#String converts the given argument to a String by calling #to_s -fails:Kernel#String raises a TypeError if #to_s is not provided -fails:Kernel#String tries to call the to_s method if respond_to? returns true for to_s -fails:Kernel.String converts a constant to a String critical:Kernel.String raises a TypeError if #to_s is not defined, even though #respond_to?(:to_s) returns true -fails:Kernel#String converts a constant to a String critical:Kernel#String raises a TypeError if #to_s is not defined, even though #respond_to?(:to_s) returns true fails:Kernel.String doesn't raise a TypeError even if respond_to? returns false for #to_s fails:Kernel#String doesn't raise a TypeError even if respond_to? returns false for #to_s