Revision
4378
Author
eloy.de.enige@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

Diff

Modified: MacRuby/trunk/rakelib/spec.rake (4377 => 4378)


--- 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 (4377 => 4378)


--- 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)