<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,7 @@
 namespace :shoulda do
   desc &quot;List the names of the test methods in a specification like format&quot;
   task :list do
+    $LOAD_PATH.unshift(&quot;test&quot;)
 
     require 'test/unit'
     require 'rubygems'
@@ -13,7 +14,7 @@ namespace :shoulda do
     test_files.each do |file|
       load file
       klass = File.basename(file, '.rb').classify.constantize
-      
+
       puts klass.name.gsub('Test', '')
 
       test_methods = klass.instance_methods.grep(/^test/).map {|s| s.gsub(/^test: /, '')}.sort</diff>
      <filename>tasks/list_tests.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f517592c45af8156b287bdecca81d02c2e33c383</id>
    </parent>
  </parents>
  <author>
    <name>Ryan McGeary</name>
    <email>ryanongit@mcgeary.org</email>
  </author>
  <url>http://github.com/boone/shoulda/commit/2f510684f2aaf754b263e2e071944b8f003184ce</url>
  <id>2f510684f2aaf754b263e2e071944b8f003184ce</id>
  <committed-date>2008-08-18T20:37:13-07:00</committed-date>
  <authored-date>2008-08-18T20:37:13-07:00</authored-date>
  <message>Fixed shoulda:list rake task for Rails 2.1 by adding the 'test' directory to the load path</message>
  <tree>49ccfa20a89807402ee20d9ec112133fba9873a0</tree>
  <committer>
    <name>Ryan McGeary</name>
    <email>ryanongit@mcgeary.org</email>
  </committer>
</commit>
