Plugin for generating requirements from tests written in Rails

Hi,

While Following tdd, we spend time writing ellaborate tests for the various features that we are going to implement, often the method names which correspond to various tests are requirement in themselves. So my question is, is there any plugin which reads out the method names present in various tests(unit/functional/integration) and probably make them more English like and output a text file with the list of requirements?

Regards Jatinder

This might be of interest…

http://www.reevoo.com/blogs/bengriffiths/2006/04/05/rails-agiledox-browser/