<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -12,8 +12,9 @@
 
 garlic do
   repo 'rails', :url =&gt; 'git://github.com/rails/rails'#, :local =&gt; &quot;~/dev/vendor/rails&quot;
-  repo 'rspec', :url =&gt; 'git://github.com/dchelimsky/rspec'#, :local =&gt; &quot;~/dev/vendor/rspec&quot;
-  repo 'rspec-rails', :url =&gt; 'git://github.com/dchelimsky/rspec-rails'#, :local =&gt; &quot;~/dev/vendor/rspec-rails&quot;
+  # targeting ianwhite/rspec as it has some outstanding patches applied
+  repo 'rspec', :url =&gt; 'git://github.com/ianwhite/rspec'#, :local =&gt; &quot;~/dev/vendor/rspec&quot;
+  repo 'rspec-rails', :url =&gt; 'git://github.com/ianhwite/rspec-rails'#, :local =&gt; &quot;~/dev/vendor/rspec-rails&quot;
   repo 'resources_controller', :path =&gt; '.'
 
   target 'edge'</diff>
      <filename>garlic_example.rb</filename>
    </modified>
    <modified>
      <diff>@@ -146,11 +146,9 @@ end
 
 describe ForumsController, &quot; (checking that non actions are hidden)&quot; do
   it &quot;should only have CRUD actions as action_methods&quot; do
-    pending &quot;waiting for #469 on rspec to be accepted&quot; do
-      @controller.class.send(:action_methods).should == Set.new([
-        'index', 'show', 'edit', 'new', 'update', 'create', 'destroy'
-      ])
-    end
+    @controller.class.send(:action_methods).should == Set.new([
+      'index', 'show', 'edit', 'new', 'update', 'create', 'destroy'
+    ])
   end
 end
 </diff>
      <filename>spec/controllers/forums_controller_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -38,9 +38,7 @@ describe InfosController, &quot; (its actions)&quot; do
   end
   
   it &quot;should have only ['show', 'edit', 'update'] in action_methods&quot; do
-    pending &quot;waiting for #469 on rspec to be accepted&quot; do
-      @controller.class.send(:action_methods).should == Set.new(['show', 'edit', 'update'])
-    end
+    @controller.class.send(:action_methods).should == Set.new(['show', 'edit', 'update'])
   end
   
   it &quot;GET /account/info should be successful&quot; do</diff>
      <filename>spec/controllers/infos_controller_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e8deb367abe1ce4a00732c49af8d8becf60fbc40</id>
    </parent>
  </parents>
  <author>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </author>
  <url>http://github.com/ianwhite/resources_controller/commit/f69379470e88cf9dcd8b3b457e765f30687b064a</url>
  <id>f69379470e88cf9dcd8b3b457e765f30687b064a</id>
  <committed-date>2008-09-03T04:38:34-07:00</committed-date>
  <authored-date>2008-09-03T04:38:34-07:00</authored-date>
  <message>Removing pending specs, as I'm targeting ianwhite/rspec for now (until various patches applied)</message>
  <tree>c595ddc1c9290eccafda6e2e2c84f16874a0ee8d</tree>
  <committer>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </committer>
</commit>
