<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,6 @@
 # This is not meant to be run by itself. It will be run by bacon_test.rb
 $:.unshift File.expand_path(File.join(File.dirname(__FILE__), &quot;..&quot;, &quot;..&quot;, &quot;lib&quot;))
+require 'bacon'
 require 'mocha'
 
 module MetaTestOutput</diff>
      <filename>test/acceptance/bacon_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -6,9 +6,6 @@ rescue LoadError
   # Bacon not available
 end
 
-# force load so that MiniTest is suitably monkey-patched
-load 'mocha.rb'
-
 if defined?(Bacon) &amp;&amp; Bacon::VERSION &gt;= &quot;1.1&quot;
 
   class BaconRunner</diff>
      <filename>test/acceptance/bacon_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>414cde3d50b78876cb912aad7d88ac5e31860460</id>
    </parent>
  </parents>
  <author>
    <name>James Mead</name>
    <login>floehopper</login>
    <email>james@floehopper.org</email>
  </author>
  <url>http://github.com/floehopper/mocha/commit/3d133e74e74b1ae02c4195a1de6c0160f9c66e32</url>
  <id>3d133e74e74b1ae02c4195a1de6c0160f9c66e32</id>
  <committed-date>2009-03-05T03:30:19-08:00</committed-date>
  <authored-date>2009-03-05T03:30:19-08:00</authored-date>
  <message>Bacon should be loaded in bacon_spec.rb because this is run in a different process. Mocha should not be loaded in bacon_test.rb because it runs the Bacon spec in a different process and therefore Mocha is not needed.</message>
  <tree>05c65215fd9711409b005cab8628a363cc0cc623</tree>
  <committer>
    <name>James Mead</name>
    <login>floehopper</login>
    <email>james@floehopper.org</email>
  </committer>
</commit>
