[macruby-changes] [4378] MacRuby/trunk

source_changes at macosforge.org source_changes at macosforge.org
Sat Jul 24 08:44:15 PDT 2010


Revision: 4378
          http://trac.macosforge.org/projects/ruby/changeset/4378
Author:   eloy.de.enige at gmail.com
Date:     2010-07-24 08:44:15 -0700 (Sat, 24 Jul 2010)
Log Message:
-----------
Add irb to macruby.mspec. But not to :full yet, it messes up some of the other specs.

Modified Paths:
--------------
    MacRuby/trunk/rakelib/spec.rake
    MacRuby/trunk/spec/macruby.mspec

Modified: MacRuby/trunk/rakelib/spec.rake
===================================================================
--- MacRuby/trunk/rakelib/spec.rake	2010-07-24 15:44:04 UTC (rev 4377)
+++ MacRuby/trunk/rakelib/spec.rake	2010-07-24 15:44:15 UTC (rev 4378)
@@ -46,7 +46,7 @@
   
   desc "Run the DietRB specs"
   task :irb do
-    mspec :ci, "./spec/dietrb"
+    mspec :ci, ":irb"
   end
   
   desc "Run language examples that are known to fail"

Modified: MacRuby/trunk/spec/macruby.mspec
===================================================================
--- MacRuby/trunk/spec/macruby.mspec	2010-07-24 15:44:04 UTC (rev 4377)
+++ MacRuby/trunk/spec/macruby.mspec	2010-07-24 15:44:15 UTC (rev 4378)
@@ -52,6 +52,7 @@
   end
   
   set :macruby, ['spec/macruby']
+  set :irb, ['spec/dietrb']
   set :rubyspec, get(:command_line) + get(:language) + get(:core) + get(:library)
   set :full, get(:macruby) + get(:rubyspec)
   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100724/33b35636/attachment.html>


More information about the macruby-changes mailing list