[macruby-changes] [2441] MacRuby/trunk/spec/macruby/core/gcd_spec.rb

source_changes at macosforge.org source_changes at macosforge.org
Sun Aug 30 20:13:09 PDT 2009


Revision: 2441
          http://trac.macosforge.org/projects/ruby/changeset/2441
Author:   mattaimonetti at gmail.com
Date:     2009-08-30 20:13:05 -0700 (Sun, 30 Aug 2009)
Log Message:
-----------
fixed a typo

Modified Paths:
--------------
    MacRuby/trunk/spec/macruby/core/gcd_spec.rb

Modified: MacRuby/trunk/spec/macruby/core/gcd_spec.rb
===================================================================
--- MacRuby/trunk/spec/macruby/core/gcd_spec.rb	2009-08-30 23:10:13 UTC (rev 2440)
+++ MacRuby/trunk/spec/macruby/core/gcd_spec.rb	2009-08-31 03:13:05 UTC (rev 2441)
@@ -25,7 +25,7 @@
       lambda { Dispatch::Queue.concurrent(42) }.should raise_error(TypeError)
     end
 
-    it "raises an ArgumentError if the given argument is not a valid priority symvol" do
+    it "raises an ArgumentError if the given argument is not a valid priority symbol" do
       lambda { Dispatch::Queue.concurrent(:foo) }.should raise_error(ArgumentError)
     end
   end
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090830/7bf61ff2/attachment.html>


More information about the macruby-changes mailing list