public
Description: resources_controller rails plugin: rc makes RESTful controllers fun
Homepage: http://plugins.ardes.com/doc/resources_controller
Clone URL: git://github.com/ianwhite/resources_controller.git
Click here to lend your support to: resources_controller and make a donation at www.pledgie.com !
Specs pending on #469@rspec
ianwhite (author)
Mon Sep 01 01:49:40 -0700 2008
commit  d60cdbc0a75ba9a1ea90f305b49f9253d11784b2
tree    269120011b6fd2eaae564883ae98d65cc0934c99
parent  67f1d6225c63dd38047eafa19fb5c755ae29e7a8
...
38
39
40
41
 
42
43
44
...
38
39
40
 
41
42
43
44
0
@@ -38,7 +38,7 @@ describe InfosController, " (its actions)" do
0
   end
0
   
0
   it "should have only ['show', 'edit', 'update'] in action_methods" do
0
-    pending "waiting for #469 on rspec" do
0
+    pending "waiting for #469 on rspec to be accepted" do
0
       @controller.class.send(:action_methods).should == Set.new(['show', 'edit', 'update'])
0
     end
0
   end

Comments