[macruby-changes] [1909] MacRuby/branches/experimental/spec/macruby.mspec

source_changes at macosforge.org source_changes at macosforge.org
Sat Jun 20 05:14:37 PDT 2009


Revision: 1909
          http://trac.macosforge.org/projects/ruby/changeset/1909
Author:   eloy.de.enige at 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/'],
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090620/0aef9e53/attachment.html>


More information about the macruby-changes mailing list