<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,6 +2,6 @@ Autotest.add_hook :initialize do |at|
   at.clear_mappings
   
   at.add_mapping(%r%^spec/(.*)_spec.rb$%) {|filename, _| filename }
-  at.add_mapping(%r%^lib/(.*).rb$%) {|_, match| &quot;spec/#{match}_spec.rb&quot; }
+  at.add_mapping(%r%^lib/(.*).rb$%) {|_, match| &quot;spec/#{match[1]}_spec.rb&quot; }
   at.add_mapping(%r%^spec/spec_helper.rb$%) { at.files_matching(%r%^spec/(.*)_spec.rb$%) }
 end</diff>
      <filename>.autotest</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,7 @@
 $LOAD_PATH.unshift File.dirname(__FILE__) + '/../lib'
+require 'test/unit'
 require 'spec'
+require 'sham'
 
 Spec::Runner.configure do |config|
   config.before(:each) { Sham.reset }</diff>
      <filename>spec/spec_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3b7b96bd3379c0917b7199d3bf06e4fa228fe0fc</id>
    </parent>
  </parents>
  <author>
    <name>Pete Yandell</name>
    <email>pete@notahat.com</email>
  </author>
  <url>http://github.com/notahat/machinist/commit/6b03bf004eabf8be87f20bd7912662c2560f37c9</url>
  <id>6b03bf004eabf8be87f20bd7912662c2560f37c9</id>
  <committed-date>2008-11-07T15:54:48-08:00</committed-date>
  <authored-date>2008-11-07T15:54:48-08:00</authored-date>
  <message>Fixed up broken autotest depencies.</message>
  <tree>1ba14d67c4d72f910278e11d8c7b861bba06c725</tree>
  <committer>
    <name>Pete Yandell</name>
    <email>pete@notahat.com</email>
  </committer>
</commit>
