<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -48,8 +48,8 @@ namespace :specs do
 
   task :run do
     puts 'Running Specs...'
-    specs = [&quot;Machine.Specifications.Specs.dll&quot;, &quot;Machine.Specifications.Reporting.Specs.dll&quot;, &quot;Machine.Specifications.ConsoleRunner.Specs.dll&quot;].map {|spec| &quot;build/debug/tests/#{spec}&quot;}
-    sh &quot;Build/Debug/Machine.Specifications.ConsoleRunner.exe&quot;, &quot;--html&quot;, &quot;specs/#{project}.Specs.html&quot;, &quot;-x&quot;, &quot;example&quot;, *specs
+    specs = [&quot;Machine.Specifications.Specs.dll&quot;, &quot;Machine.Specifications.Reporting.Specs.dll&quot;, &quot;Machine.Specifications.ConsoleRunner.Specs.dll&quot;].map {|spec| &quot;Build/#{compileTarget}/Tests/#{spec}&quot;}
+    sh &quot;Build/#{compileTarget}/Machine.Specifications.ConsoleRunner.exe&quot;, &quot;--html&quot;, &quot;Specs/#{project}.Specs.html&quot;, &quot;-x&quot;, &quot;example&quot;, *specs
     puts &quot;Wrote specs to Specs/#{project}.Specs.html, run 'rake specs:view' to see them&quot;
   end
 end</diff>
      <filename>rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>065eb4b1641029f5a801123b74be458bff2d1bc9</id>
    </parent>
  </parents>
  <author>
    <name>Alexander Gross</name>
    <email>agross@therightstuff.de</email>
  </author>
  <url>http://github.com/machine/machine.specifications/commit/0db4d72c93fdc4f5775d9b1eb6239b64a76ad562</url>
  <id>0db4d72c93fdc4f5775d9b1eb6239b64a76ad562</id>
  <committed-date>2009-04-26T13:03:37-07:00</committed-date>
  <authored-date>2009-04-23T17:10:24-07:00</authored-date>
  <message>Fixing the rakefile: Specs are now run with the runner executable in the current output folder

Signed-off-by: machine &lt;mfmmachine@gmail.com&gt;</message>
  <tree>4a83d5e435dfbaa57e22c2dfe8712b2d9eb5f91d</tree>
  <committer>
    <name>machine</name>
    <email>mfmmachine@gmail.com</email>
  </committer>
</commit>
