<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,3 @@
 require 'rubygems'
 require 'active_support'
-require 'tb_test_helpers'
\ No newline at end of file
+require 'shoulda'
\ No newline at end of file</diff>
      <filename>init.rb</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@ require 'test/unit/ui/console/testrunner'
 # Completely stolen from redgreen gem
 #
 # Adds colored output to your tests.  Specify &lt;tt&gt;color: true&lt;/tt&gt; in 
-# your &lt;tt&gt;test/tb_test_helpers.conf&lt;/tt&gt; file to enable.
+# your &lt;tt&gt;test/shoulda.conf&lt;/tt&gt; file to enable.
 #
 # *Bug*: for some reason, this adds another line of output to the end of 
 # every rake task, as though there was another (empty) set of tests.  </diff>
      <filename>lib/color.rb</filename>
    </modified>
    <modified>
      <diff>@@ -3,8 +3,8 @@ require 'context'
 require 'general'
 require 'yaml'
 
-config_file = &quot;tb_test_helpers.conf&quot;
-config_file = defined?(RAILS_ROOT) ? File.join(RAILS_ROOT, &quot;test&quot;, &quot;tb_test_helpers.conf&quot;) : File.join(&quot;test&quot;, &quot;tb_test_helpers.conf&quot;)
+config_file = &quot;shoulda.conf&quot;
+config_file = defined?(RAILS_ROOT) ? File.join(RAILS_ROOT, &quot;test&quot;, &quot;shoulda.conf&quot;) : File.join(&quot;test&quot;, &quot;shoulda.conf&quot;)
 
 tb_test_options = (YAML.load_file(config_file) rescue {}).symbolize_keys
 require 'color' if tb_test_options[:color]</diff>
      <filename>lib/shoulda.rb</filename>
    </modified>
    <modified>
      <diff>@@ -3,4 +3,4 @@ $LOAD_PATH &lt;&lt; File.join(File.dirname(__FILE__), '..', 'lib')
 require 'rubygems'
 require 'active_support'
 require 'test/unit' 
-require 'tb_test_helpers'
+require 'shoulda'</diff>
      <filename>test/test_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7910643c6f48fa7d502a2a2fb50bc331f565d4a4</id>
    </parent>
  </parents>
  <author>
    <name>tsaleh</name>
    <email>tsaleh@7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa</email>
  </author>
  <url>http://github.com/snowblink/shoulda/commit/f77e17b6e4c4d899ed19d23f0502dda2aef4916f</url>
  <id>f77e17b6e4c4d899ed19d23f0502dda2aef4916f</id>
  <committed-date>2007-04-06T08:09:35-07:00</committed-date>
  <authored-date>2007-04-06T08:09:35-07:00</authored-date>
  <message>missed some renames

git-svn-id: https://svn.thoughtbot.com/plugins/shoulda/trunk@84 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa</message>
  <tree>31e97c1802cfc2c2a28ea0ff61695fe5af40e372</tree>
  <committer>
    <name>tsaleh</name>
    <email>tsaleh@7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa</email>
  </committer>
</commit>
