[macruby-changes] [1103] MacRuby/branches/experimental/rakelib/spec.rake

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 23 06:44:02 PDT 2009


Revision: 1103
          http://trac.macosforge.org/projects/ruby/changeset/1103
Author:   eloy.de.enige at gmail.com
Date:     2009-03-23 06:44:00 -0700 (Mon, 23 Mar 2009)
Log Message:
-----------
Added numbers to the known good specs. There is 1 error, but it's the same as with the others; a SyntaxError is actually raised.

Modified Paths:
--------------
    MacRuby/branches/experimental/rakelib/spec.rake

Modified: MacRuby/branches/experimental/rakelib/spec.rake
===================================================================
--- MacRuby/branches/experimental/rakelib/spec.rake	2009-03-23 13:25:59 UTC (rev 1102)
+++ MacRuby/branches/experimental/rakelib/spec.rake	2009-03-23 13:44:00 UTC (rev 1103)
@@ -1,7 +1,7 @@
 namespace :spec do
   MSPEC_RUN = "./miniruby -v -I./mspec/lib -I./lib ./mspec/bin/mspec-run"
   
-  KNOWN_GOOD = %w{ and execution hash if module or order unless until while }
+  KNOWN_GOOD = %w{ and execution hash if module numbers or order unless until while }
   
   desc "Run continuous integration language examples (known good)"
   task :ci do
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090323/05be5096/attachment.html>


More information about the macruby-changes mailing list