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 !
0.2.1 tag released
ianwhite (author)
Fri Oct 10 01:15:45 -0700 2008
commit  0cb80d7a78efab2be80d2f99bfac3699a9c2dcdc
tree    5bcb7c6ae6d03ac0cf9b0055477943a3ecd52a91
parent  3d94fabcf545d0c46710b1c3832be9bd774259b4
...
144
145
146
 
 
 
 
 
147
148
149
...
165
166
167
168
 
 
 
 
169
170
 
...
144
145
146
147
148
149
150
151
152
153
154
...
170
171
172
 
173
174
175
176
177
 
178
0
@@ -144,6 +144,11 @@ RemoveResponseForSpec::TheController.remove_response_for :bar
0
 RemoveResponseForSpec::TheController.remove_response_for
0
 - should have empty action_responses
0
 
0
+ResponsesModuleSpec::MyController
0
+- should have action_response for :foo
0
+- should have action :foo
0
+- should have method defined by included
0
+
0
 StackingResponsesSpec::TheController with responses conditionally executed GET :foo (no conditions)
0
 - should execute second, then first, response
0
 - should NOT execute the html response in first
0
@@ -165,6 +170,9 @@ StackingResponsesSpec::TheController with responses conditionally executed GET :
0
 - should redirect from second response
0
 - should NOT execute first html response
0
 
0
-Finished in 0.49728 seconds
0
+Ardes::ResponseFor::VERSION
0
+- STRING should be 0.2.1
0
+
0
+Finished in 0.851266 seconds
0
 
0
-92 examples, 0 failures
0
+96 examples, 0 failures

Comments