[macruby-changes] [967] MacRuby/branches/experimental/rakelib/spec.rake

source_changes at macosforge.org source_changes at macosforge.org
Tue Mar 17 16:19:40 PDT 2009


Revision: 967
          http://trac.macosforge.org/projects/ruby/changeset/967
Author:   eloy.de.enige at gmail.com
Date:     2009-03-17 16:19:40 -0700 (Tue, 17 Mar 2009)
Log Message:
-----------
Add ./lib to load path when running specs.

Modified Paths:
--------------
    MacRuby/branches/experimental/rakelib/spec.rake

Modified: MacRuby/branches/experimental/rakelib/spec.rake
===================================================================
--- MacRuby/branches/experimental/rakelib/spec.rake	2009-03-17 23:19:24 UTC (rev 966)
+++ MacRuby/branches/experimental/rakelib/spec.rake	2009-03-17 23:19:40 UTC (rev 967)
@@ -6,6 +6,6 @@
     # TODO: Still fails at another require statment.
     # It seems to spawns yet another process which also needs the proper laod path.
     # Anyways load paths are currently broken on roxor. Will find out a tmp workaround tonight.
-    sh "./miniruby -v -I./mspec/lib ./mspec/bin/mspec-ci -B spec/frozen/macruby.mspec"
+    sh "./miniruby -v -I./mspec/lib -I./lib ./mspec/bin/mspec-ci -B spec/frozen/macruby.mspec"
   end
 end
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090317/fd6e43be/attachment-0001.html>


More information about the macruby-changes mailing list