I always lose this snippet of code, which will run RCov for all your controllers and models, and output the results to the /public folder of your Rails app: >rcov test/functional/*.rb test/unit/*.rb –output=public/rcov –rails