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 !
Fixed typo in README
ianwhite (author)
Thu Jun 05 09:30:11 -0700 2008
commit  0aeceda2938d3c2b2639e43776fac300729ebebd
tree    e92de66b7d3a329155f552ae8c7f0bd605a7ccac
parent  1b882a723ac0cc7029c707ec3b8d3741e0bd61b8
...
37
38
39
40
 
41
42
43
...
37
38
39
 
40
41
42
43
0
@@ -37,7 +37,7 @@ response_for works with rails 2 and edge.
0
 === Specs and Coverage
0
 
0
 * The SPECDOC lists the specifications
0
-* Coverage is 100% (C2), and the spec suite is quite comprehensive
0
+* Coverage is 100% (C0), and the spec suite is quite comprehensive
0
 
0
 RSpec is used for testing, so the tests are in <tt>spec/</tt> rather than
0
 <tt>test/</tt> Do rake --tasks for more details.

Comments