[macruby-changes] [1900] MacRuby/branches/experimental/spec/macruby/core/struct_spec.rb

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 19 20:52:51 PDT 2009


Revision: 1900
          http://trac.macosforge.org/projects/ruby/changeset/1900
Author:   lsansonetti at apple.com
Date:     2009-06-19 20:52:51 -0700 (Fri, 19 Jun 2009)
Log Message:
-----------
typo

Modified Paths:
--------------
    MacRuby/branches/experimental/spec/macruby/core/struct_spec.rb

Modified: MacRuby/branches/experimental/spec/macruby/core/struct_spec.rb
===================================================================
--- MacRuby/branches/experimental/spec/macruby/core/struct_spec.rb	2009-06-20 03:52:27 UTC (rev 1899)
+++ MacRuby/branches/experimental/spec/macruby/core/struct_spec.rb	2009-06-20 03:52:51 UTC (rev 1900)
@@ -213,7 +213,7 @@
     NSRect.object_id.should == CGRect.object_id
   end
 
-  it "returns an Array based on its elements when #to_s is called" do
+  it "returns an Array based on its elements when #to_a is called" do
     p = NSPoint.new(1, 2)
     o = p.to_a
     o.class.should == Array
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090619/18effb1c/attachment-0001.html>


More information about the macruby-changes mailing list