Modified: MacRuby/branches/experimental/spec/macruby.mspec (1908 => 1909)
--- MacRuby/branches/experimental/spec/macruby.mspec 2009-06-20 08:50:04 UTC (rev 1908)
+++ MacRuby/branches/experimental/spec/macruby.mspec 2009-06-20 12:14:36 UTC (rev 1909)
@@ -45,9 +45,7 @@
set :optional, [get(:ffi)]
# The default implementation to run the specs.
- # TODO: this needs to be more sophisticated since the
- # executable is not consistently named.
- set :target, './miniruby'
+ set :target, File.expand_path('../../miniruby', __FILE__)
set :tags_patterns, [
[%r(language/), 'tags/macruby/language/'],