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

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 23 05:52:26 PDT 2009


Revision: 1098
          http://trac.macosforge.org/projects/ruby/changeset/1098
Author:   eloy.de.enige at gmail.com
Date:     2009-03-23 05:52:25 -0700 (Mon, 23 Mar 2009)
Log Message:
-----------
Added unless specs to known good specs. There is 1 error, but that's not really relevant as the syntax _does_ raise a SyntaxError as it should.

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

Modified: MacRuby/branches/experimental/rakelib/spec.rake
===================================================================
--- MacRuby/branches/experimental/rakelib/spec.rake	2009-03-23 12:51:15 UTC (rev 1097)
+++ MacRuby/branches/experimental/rakelib/spec.rake	2009-03-23 12:52:25 UTC (rev 1098)
@@ -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 module or order until while }
+  KNOWN_GOOD = %w{ and execution hash module 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/d82f8007/attachment-0001.html>


More information about the macruby-changes mailing list