public
Description: response for lets you decorate your actions respond_to blocks
Homepage: http://blog.ardes.com/response_for
Clone URL: git://github.com/ianwhite/response_for.git
Click here to lend your support to: response_for and make a donation at www.pledgie.com !
Updating spec for change in rspec render_tamplate assertion
ianwhite (author)
Thu Oct 09 16:25:24 -0700 2008
commit  b0ce09d412744e5c89523192b1187828c891e24c
tree    12077048a58859564ee90544d3fe186175efcd9e
parent  9ccd6f9c4ca27228c660bf873682bb5a1c0a65de
...
69
70
71
72
 
73
74
75
...
69
70
71
 
72
73
74
75
0
@@ -69,7 +69,7 @@ module InheritedControllerSpec
0
     
0
       it "should render :an_action" do
0
         get :an_action
0
-        response.should render_template(:an_action)
0
+        response.should render_template('inherited_spec/super/an_action')
0
       end
0
     end
0
     

Comments