<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -11,7 +11,7 @@ module Spec
       end
   
       def matches?(autotest)
-        @autotest = prepare autotest
+        @autotest = prepare(autotest)
         @actual = autotest.test_files_for(@file)
         @actual == @specs
       end
@@ -20,21 +20,12 @@ module Spec
         &quot;expected #{@autotest.class} to map #{@specs.inspect} to #{@file.inspect}\ngot #{@actual.inspect}&quot;
       end
   
-      private
-      def prepare autotest
-        stub_found_files autotest
-        stub_find_order autotest
-        autotest
-      end
-  
-      def stub_found_files autotest
-        found_files = @specs.inject({}){|h,f| h[f] = Time.at(0)}
-        autotest.stub!(:find_files).and_return(found_files)
-      end
+    private
 
-      def stub_find_order autotest
+      def prepare(autotest)
         find_order = @specs.dup &lt;&lt; @file
         autotest.instance_eval { @find_order = find_order }
+        autotest
       end
 
     end</diff>
      <filename>spec/autotest/autotest_matchers.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9f92af27b063e2442deb620c630549bebeeff219</id>
    </parent>
  </parents>
  <author>
    <name>David Chelimsky</name>
    <email>dchelimsky@gmail.com</email>
  </author>
  <url>http://github.com/dchelimsky/rspec/commit/ba9f0c2cc748ecce3e90dc1f1ef641c5adad1b5c</url>
  <id>ba9f0c2cc748ecce3e90dc1f1ef641c5adad1b5c</id>
  <committed-date>2009-06-30T08:25:26-07:00</committed-date>
  <authored-date>2009-06-30T08:25:26-07:00</authored-date>
  <message>remove some dead code</message>
  <tree>73f24fc3061cc847adf9b226123185ae5b39c88f</tree>
  <committer>
    <name>David Chelimsky</name>
    <email>dchelimsky@gmail.com</email>
  </committer>
</commit>
