<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -146,9 +146,11 @@ end
 
 describe ForumsController, &quot; (checking that non actions are hidden)&quot; do
   it &quot;should only have CRUD actions as action_methods&quot; do
-    @controller.class.send(:action_methods).should == Set.new([
-      'index', 'show', 'edit', 'new', 'update', 'create', 'destroy'
-    ])
+    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
   end
 end
 </diff>
      <filename>spec/controllers/forums_controller_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -38,7 +38,9 @@ describe InfosController, &quot; (its actions)&quot; do
   end
   
   it &quot;should have only ['show', 'edit', 'update'] in action_methods&quot; do
-    @controller.class.send(:action_methods).should == Set.new(['show', 'edit', 'update'])
+    pending &quot;waiting for #469 on rspec&quot; do
+      @controller.class.send(:action_methods).should == Set.new(['show', 'edit', 'update'])
+    end
   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>f2492ec4b12b61f0fac67a5ab4a64219de18d18b</id>
    </parent>
  </parents>
  <author>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </author>
  <url>http://github.com/ianwhite/resources_controller/commit/67f1d6225c63dd38047eafa19fb5c755ae29e7a8</url>
  <id>67f1d6225c63dd38047eafa19fb5c755ae29e7a8</id>
  <committed-date>2008-09-01T01:47:07-07:00</committed-date>
  <authored-date>2008-09-01T01:47:07-07:00</authored-date>
  <message>Made specs which fail because of #469 @ rspec pending</message>
  <tree>e2ee3a82545e4e9affb90713703d9b635938e11e</tree>
  <committer>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </committer>
</commit>
