<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,10 +1,9 @@
 namespace :stubs do
-  
   desc &quot;Load a ModelStubbing definition into the database. Specify Stub file with STUBS= and Definition with DEF=&quot;
   task :load do
     root = File.dirname(__FILE__) + '/../../../../'
     require File.expand_path(root + &quot;config/environment&quot;)
-    
+
     begin
       require 'spec'
     rescue
@@ -12,15 +11,10 @@ namespace :stubs do
       require 'spec'
     end
     require 'model_stubbing'
-    
-    # note to Rick: I've taken to using 'stubs.rb' instead of 'model_stubs.rb'
-    # because 'model_stubs' has a tab-completion collision with 'spec/models' and
-    # that drives me batty. Change the default to 'spec/model_stubs' if you want,
-    # you won't hurt my feelings.
+
     require root + (ENV['STUBS'] || 'spec/stubs')
     
     defn = (ENV['DEF'] || 'default').intern
     ModelStubbing.definitions[defn].insert!
   end
-  
 end
\ No newline at end of file</diff>
      <filename>tasks/stubs.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>83c168a9d2068729822ae3dae976e8e48504c476</id>
    </parent>
  </parents>
  <author>
    <name>rick</name>
    <email>technoweenie@gmail.com</email>
  </author>
  <url>http://github.com/technoweenie/model_stubbing/commit/90e93a5ff74edb1841e14c10c8e12e65dbca97ee</url>
  <id>90e93a5ff74edb1841e14c10c8e12e65dbca97ee</id>
  <committed-date>2008-08-25T14:08:55-07:00</committed-date>
  <authored-date>2008-08-25T14:08:55-07:00</authored-date>
  <message>I don't think this is the time, nor the place</message>
  <tree>80f7477768b95b8c75b78ddbd50dc7a8b7737a04</tree>
  <committer>
    <name>rick</name>
    <email>technoweenie@gmail.com</email>
  </committer>
</commit>
