Revision: 1909 http://trac.macosforge.org/projects/ruby/changeset/1909 Author: eloy.de.enige@gmail.com Date: 2009-06-20 05:14:36 -0700 (Sat, 20 Jun 2009) Log Message: ----------- Give MSpec the full path to miniruby as the target. Modified Paths: -------------- MacRuby/branches/experimental/spec/macruby.mspec Modified: MacRuby/branches/experimental/spec/macruby.mspec =================================================================== --- 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/'],