<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-require 'rspactor/runner'
+require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib/rspactor'))
 
 RSpactor::Runner.start({
   :coral =&gt; ARGV.delete('--coral'),</diff>
      <filename>bin/rspactor</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,5 @@
+$:.unshift(File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib')))
+
 module RSpactor
   autoload :Interactor, 'rspactor/interactor'
   autoload :Listener, 'rspactor/listener'</diff>
      <filename>lib/rspactor.rb</filename>
    </modified>
    <modified>
      <diff>@@ -121,7 +121,7 @@ describe RSpactor::Runner do
       @runner.stub!(:start_interactor)
       @runner.stub!(:start_listener)
       setup
-      $stdout.string.chomp.should == &quot;** RSpactor is now watching at '/my/path'&quot;
+      $stdout.string.chomp.should == &quot;** RSpactor, now watching at '/my/path'&quot;
     end
     
     context &quot;dotfile&quot; do</diff>
      <filename>spec/runner_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3d4c5756a0ce75a163e48e4563a177d5b174a849</id>
    </parent>
  </parents>
  <author>
    <name>rubyphunk</name>
    <email>treas@dynamicdudes.com</email>
  </author>
  <url>http://github.com/rubyphunk/rspactor/commit/71bfafee1b6dacddfc90e91c00a44cd44dbd6f97</url>
  <id>71bfafee1b6dacddfc90e91c00a44cd44dbd6f97</id>
  <committed-date>2009-10-10T12:50:10-07:00</committed-date>
  <authored-date>2009-10-10T12:50:10-07:00</authored-date>
  <message>More reliable paths</message>
  <tree>540b8546b890950c034e89a2875a181731f32357</tree>
  <committer>
    <name>rubyphunk</name>
    <email>treas@dynamicdudes.com</email>
  </committer>
</commit>
