 |
Simian
Published By:
Simian is a plugin that adds three rake tasks making 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
|