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

source_changes at macosforge.org source_changes at macosforge.org
Sat Mar 21 16:11:15 PDT 2009


Revision: 1047
          http://trac.macosforge.org/projects/ruby/changeset/1047
Author:   eloy.de.enige at gmail.com
Date:     2009-03-21 16:11:15 -0700 (Sat, 21 Mar 2009)
Log Message:
-----------
Added spec:1.9:language rake task which runs mspec-ci with the configuration in spec/frozen/ruby.1.9.mspec. The ci specs exclude the specs tagged as fails on 1.9

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

Modified: MacRuby/branches/experimental/rakelib/spec.rake
===================================================================
--- MacRuby/branches/experimental/rakelib/spec.rake	2009-03-21 13:57:04 UTC (rev 1046)
+++ MacRuby/branches/experimental/rakelib/spec.rake	2009-03-21 23:11:15 UTC (rev 1047)
@@ -18,4 +18,11 @@
       sh "#{MSPEC}-run #{spec}"
     end
   end
+  
+  namespace :"1.9" do
+    desc "Run Ruby 1.9 language examples"
+    task :language do
+      sh "./mspec/bin/mspec ci -B spec/frozen/ruby.1.9.mspec spec/frozen/language"
+    end
+  end
 end
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090321/7f59c2f2/attachment.html>


More information about the macruby-changes mailing list