public
Fork of vigetlabs/helper_me_test
Description: Providing quick and easy ways to create and write tests for your Rails helpers.
Clone URL: git://github.com/brianjlandau/helper_me_test.git
Add rake task documentation.
brianjlandau (author)
Thu Jul 03 12:45:01 -0700 2008
commit  6b0b6947e89389fcda62f5b18c6df0e37b29527d
tree    0d459ec2ae07d021b86e851a710b6f5c53e69ed1
parent  0b1085425cd805900ef9ed38e15723bba68b944e
...
36
37
38
 
 
 
 
 
 
39
40
41
...
36
37
38
39
40
41
42
43
44
45
46
47
0
@@ -36,6 +36,12 @@ Features
0
       for it. It will also accept a list of method names and create methods for
0
       each of them and a test for each of the methods.
0
 
0
+### Rake Tasks
0
+
0
+I've also provided a rake task for running the generated helper tests, `rake test:helpers`
0
+and changed the `rake test` task to run that test task in a addition to the other
0
+test tasks.
0
+
0
 
0
 Examples
0
 ---------

Comments

    No one has commented yet.