[macruby-changes] [2821] MacRuby/trunk/spec/frozen/core/array/to_s_spec.rb

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 15 18:22:46 PDT 2009


Revision: 2821
          http://trac.macosforge.org/projects/ruby/changeset/2821
Author:   lsansonetti at apple.com
Date:     2009-10-15 18:22:43 -0700 (Thu, 15 Oct 2009)
Log Message:
-----------
fixed a typo

Modified Paths:
--------------
    MacRuby/trunk/spec/frozen/core/array/to_s_spec.rb

Modified: MacRuby/trunk/spec/frozen/core/array/to_s_spec.rb
===================================================================
--- MacRuby/trunk/spec/frozen/core/array/to_s_spec.rb	2009-10-16 00:51:02 UTC (rev 2820)
+++ MacRuby/trunk/spec/frozen/core/array/to_s_spec.rb	2009-10-16 01:22:43 UTC (rev 2821)
@@ -2,7 +2,7 @@
 require File.dirname(__FILE__) + '/fixtures/classes'
 
 describe "Array#to_s" do
-  ruby_version_is "" .. "1.9" do
+  ruby_version_is "" ... "1.9" do
     it "is equivalent to #join without a separator string" do
       old = $,
       begin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20091015/382adfa8/attachment.html>


More information about the macruby-changes mailing list