[macruby-changes] [1634] MacRuby/branches/experimental/spec/README.rdoc

source_changes at macosforge.org source_changes at macosforge.org
Fri May 29 00:55:59 PDT 2009


Revision: 1634
          http://trac.macosforge.org/projects/ruby/changeset/1634
Author:   eloy.de.enige at gmail.com
Date:     2009-05-29 00:55:59 -0700 (Fri, 29 May 2009)
Log Message:
-----------
Updated spec/README to use the new location of the macruby.mspec script.

Modified Paths:
--------------
    MacRuby/branches/experimental/spec/README.rdoc

Modified: MacRuby/branches/experimental/spec/README.rdoc
===================================================================
--- MacRuby/branches/experimental/spec/README.rdoc	2009-05-29 05:18:23 UTC (rev 1633)
+++ MacRuby/branches/experimental/spec/README.rdoc	2009-05-29 07:55:59 UTC (rev 1634)
@@ -22,7 +22,7 @@
 testing to prevent regression.
 
 Normally you'd use the `run' variant while developing and `ci' before
-committing. Use the -B option with ./spec/frozen/macruby.mspec to run with
+committing. Use the -B option with ./spec/macruby.mspec to run with
 MacRuby and the correct set of tags.
 
 For more info on the options see:
@@ -41,7 +41,7 @@
 
 First things first. Let's run the specs that should all pass:
 
-  $ ./mspec/bin/mspec ci -B ./spec/frozen/macruby.mspec ./spec/frozen/language
+  $ ./mspec/bin/mspec ci -B ./spec/macruby.mspec ./spec/frozen/language
   MacRuby version 0.5 (ruby 1.9.0) [universal-darwin9.0, x86_64]
   ..................................................
 
@@ -56,7 +56,7 @@
 
 Now run the ones that are tagged as `fails' (notice the usage of `run' vs `ci'):
 
-  $ ./mspec/bin/mspec run -B ./spec/frozen/macruby.mspec ./spec/frozen/language -g fails
+  $ ./mspec/bin/mspec run -B ./spec/macruby.mspec ./spec/frozen/language -g fails
   MacRuby version 0.5 (ruby 1.9.0) [universal-darwin9.0, x86_64]
   E..FE....EF.E.EF..F....EEF.F.....EF.EF.F...FF..E.F
   
@@ -68,7 +68,7 @@
 tagged as `fails' but actually pass. This is good because it means some specs
 were fixed but went unnoticed. To see which ones are passing add `-f s':
 
-  $ ./mspec/bin/mspec run -B ./spec/frozen/macruby.mspec ./spec/frozen/language -g fails -f s
+  $ ./mspec/bin/mspec run -B ./spec/macruby.mspec ./spec/frozen/language -g fails -f s
   MacRuby version 0.5 (ruby 1.9.0) [universal-darwin9.0, x86_64]
   
   [SNIP]
@@ -92,9 +92,11 @@
   fails:The catch keyword supports nesting with the same name
   fails:The catch keyword only allows symbols and strings
 
+(Note that the catch spec has been fixed on trunk in the meantime.)
+
 Now verify that the `ci' variant passes:
 
-  $ ./mspec/bin/mspec ci -B ./spec/frozen/macruby.mspec ./spec/frozen/language
+  $ ./mspec/bin/mspec ci -B ./spec/macruby.mspec ./spec/frozen/language
   MacRuby version 0.5 (ruby 1.9.0) [universal-darwin9.0, x86_64]
   ..................................................
 
@@ -161,7 +163,7 @@
 
 Verify that it runs on MacRuby:
 
-  $ ./mspec/bin/mspec run -B ./spec/frozen/macruby.mspec ./spec/frozen/language/catch_spec.rb
+  $ ./mspec/bin/mspec run -B ./spec/macruby.mspec ./spec/frozen/language/catch_spec.rb
   MacRuby version 0.5 (ruby 1.9.0) [universal-darwin9.0, x86_64]
   .......
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090529/408355a4/attachment.html>


More information about the macruby-changes mailing list