[macruby-changes] [4100] MacRuby/trunk/spec/frozen

source_changes at macosforge.org source_changes at macosforge.org
Fri May 14 00:11:47 PDT 2010


Revision: 4100
          http://trac.macosforge.org/projects/ruby/changeset/4100
Author:   martinlagardette at apple.com
Date:     2010-05-14 00:11:43 -0700 (Fri, 14 May 2010)
Log Message:
-----------
Remove working core/method specs + modify incorrect spec

Modified Paths:
--------------
    MacRuby/trunk/spec/frozen/core/method/name_spec.rb

Removed Paths:
-------------
    MacRuby/trunk/spec/frozen/tags/macruby/core/method/call_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/method/clone_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/method/element_reference_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/method/name_tags.txt

Modified: MacRuby/trunk/spec/frozen/core/method/name_spec.rb
===================================================================
--- MacRuby/trunk/spec/frozen/core/method/name_spec.rb	2010-05-14 05:04:11 UTC (rev 4099)
+++ MacRuby/trunk/spec/frozen/core/method/name_spec.rb	2010-05-14 07:11:43 UTC (rev 4100)
@@ -2,7 +2,7 @@
 require File.expand_path('../fixtures/classes', __FILE__)
 
 describe "Method#name" do
-  ruby_version_is '1.8.7'..'1.9' do
+  ruby_version_is '1.8.7'...'1.9' do
     it "returns the name of the method" do
       "abc".method(:upcase).name.should == "upcase"
     end
@@ -27,5 +27,4 @@
       obj.method(:bar).unbind.bind(obj).name.should == :bar
     end
   end
-
-end
\ No newline at end of file
+end

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/method/call_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/method/call_tags.txt	2010-05-14 05:04:11 UTC (rev 4099)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/method/call_tags.txt	2010-05-14 07:11:43 UTC (rev 4100)
@@ -1 +0,0 @@
-critical:Method#call invokes the method with the specified arguments, returning the method's return value
\ No newline at end of file

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/method/clone_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/method/clone_tags.txt	2010-05-14 05:04:11 UTC (rev 4099)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/method/clone_tags.txt	2010-05-14 07:11:43 UTC (rev 4100)
@@ -1 +0,0 @@
-critical:Method#clone returns a copy of the method

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/method/element_reference_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/method/element_reference_tags.txt	2010-05-14 05:04:11 UTC (rev 4099)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/method/element_reference_tags.txt	2010-05-14 07:11:43 UTC (rev 4100)
@@ -1 +0,0 @@
-critical:Method#[] invokes the method with the specified arguments, returning the method's return value
\ No newline at end of file

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/method/name_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/method/name_tags.txt	2010-05-14 05:04:11 UTC (rev 4099)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/method/name_tags.txt	2010-05-14 07:11:43 UTC (rev 4100)
@@ -1,2 +0,0 @@
-fails:Method#name returns the name of the method
-fails:Method#name returns the name even when aliased
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100514/26333032/attachment-0001.html>


More information about the macruby-changes mailing list