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)