[macruby-changes] [1719] MacRuby/branches/experimental/spec/frozen/core/array/ pack_spec_disabled.rb

source_changes at macosforge.org source_changes at macosforge.org
Wed Jun 3 20:46:36 PDT 2009


Revision: 1719
          http://trac.macosforge.org/projects/ruby/changeset/1719
Author:   lsansonetti at apple.com
Date:     2009-06-03 20:46:35 -0700 (Wed, 03 Jun 2009)
Log Message:
-----------
fixed the name/title of one spec

Modified Paths:
--------------
    MacRuby/branches/experimental/spec/frozen/core/array/pack_spec_disabled.rb

Modified: MacRuby/branches/experimental/spec/frozen/core/array/pack_spec_disabled.rb
===================================================================
--- MacRuby/branches/experimental/spec/frozen/core/array/pack_spec_disabled.rb	2009-06-04 03:36:50 UTC (rev 1718)
+++ MacRuby/branches/experimental/spec/frozen/core/array/pack_spec_disabled.rb	2009-06-04 03:46:35 UTC (rev 1719)
@@ -1803,7 +1803,7 @@
 
 
 describe "Array#pack with format 'M'" do
-  it "enocdes string with Qouted Printable encoding" do
+  it "encodes string with Quoted Printable encoding" do
     ["ABCDEF"].pack('M').should == "ABCDEF=\n"
   end
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090603/a05872d4/attachment.html>


More information about the macruby-changes mailing list