Agiledox rake task -- add this to your Rakefile document in your Rails root.
Then run:
> rake agiledox
Assuming you've followed a well-behaved naming structure in your test cases (outlined here), you'll receive output like this:
security_controller should:
- redirect to page stored in session on successful login
- store user object in session on successful login
- redirect to page stored in session after signup
- store user object in session after signup
All this via Ben Griffiths, a former ThoughtWorker. Everytime I come across another ThoughtWorker's blog, usually just randomly, I'm always more and more impressed with their whole organization.
[+] Code hilighting above via the iG:Syntax Hiliter Plugin for WordPress.
Shanti A. Braford blogs here.
If you really want to know, just read this.




http://code.google.com/p/agiledox-rake/
repository for agiledox rake task with test/spec… support