<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -29,11 +29,16 @@ garlic do
     prepare do
       plugin 'resources_controller', :clone =&gt; true
       plugin 'rspec'
-      plugin('rspec-rails') { sh &quot;script/generate rspec -f&quot; }
+      plugin 'rspec-rails' do
+        sh &quot;script/generate rspec -f&quot;
+      end
     end
   
     run do
-      cd(&quot;vendor/plugins/resources_controller&quot;) { sh &quot;rake spec:rcov:verify&quot; }
+      cd &quot;vendor/plugins/resources_controller&quot; do
+        sh &quot;rake spec:rcov:verify&quot;
+        sh &quot;rake spec:generate&quot;
+      end
     end
   end
 end</diff>
      <filename>garlic_example.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c7816162701d0ff5f6f2c431dfab56fea08a83b5</id>
    </parent>
  </parents>
  <author>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </author>
  <url>http://github.com/ianwhite/resources_controller/commit/1b4ba5726c552da695fb36c260305f4799fd6925</url>
  <id>1b4ba5726c552da695fb36c260305f4799fd6925</id>
  <committed-date>2008-09-07T04:39:23-07:00</committed-date>
  <authored-date>2008-09-07T04:39:23-07:00</authored-date>
  <message>Updated garlic_example to run the spec generator specs</message>
  <tree>692d7bbf7860a4b1bba5396529d1d732f211dd49</tree>
  <committer>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </committer>
</commit>
