[macruby-changes] [2130] MacRuby/branches/experimental/spec/frozen/library/date/strptime_spec .rb

source_changes at macosforge.org source_changes at macosforge.org
Sat Aug 1 01:37:06 PDT 2009


Revision: 2130
          http://trac.macosforge.org/projects/ruby/changeset/2130
Author:   lsansonetti at apple.com
Date:     2009-08-01 01:37:05 -0700 (Sat, 01 Aug 2009)
Log Message:
-----------
fixed a typo

Modified Paths:
--------------
    MacRuby/branches/experimental/spec/frozen/library/date/strptime_spec.rb

Modified: MacRuby/branches/experimental/spec/frozen/library/date/strptime_spec.rb
===================================================================
--- MacRuby/branches/experimental/spec/frozen/library/date/strptime_spec.rb	2009-08-01 05:47:29 UTC (rev 2129)
+++ MacRuby/branches/experimental/spec/frozen/library/date/strptime_spec.rb	2009-08-01 08:37:05 UTC (rev 2130)
@@ -1,7 +1,7 @@
 require 'date' 
 require File.dirname(__FILE__) + '/../../spec_helper'
 
-describe "Date#strftime" do
+describe "Date#strptime" do
 
   it "should be able to parse without arguments" do
     Date.strptime.should == Date.civil(-4712, 1, 1)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090801/ca336362/attachment.html>


More information about the macruby-changes mailing list