Simian
Simian is a plugin that adds rake three rake tasks that makes it trivial to perform duplicate code checking against your project’s source code.
To check the production files in you project, run:
rake simian:main
To check the test files in your project, run:
rake simian:test
To check both production and test, run:
rake simian
Installation
EDGE
To install using SVN:ruby script/plugin install svn://rubyforge.org/var/svn/redhillonrails/trunk/vendor/plugins/simian
or using HTTP:
ruby script/plugin install http://redhillonrails.rubyforge.org/svn/trunk/vendor/plugins/simian
