1. 启动guard 的同时,可以自动调用rails best practices 去检测程序的metrics 比如的空白等等。
https://github.com/logankoester/guard-rails_best_practices
2. betther_errors 可以让你的错误显示更加清楚
https://github.com/charliesome/better_errors
3. Capybara 用来模拟网页测试。 用于系统整体测试。
https://github.com/jnicklas/capybara
4. Factory_girls 做测试的时候,用来模拟数据库。
https://github.com/thoughtbot/factory_girl
5. guard 每次当你改动代码的时候,系统就自行运行所有的测试程序, 来检测你的修改是否影响到别人的程序。
https://github.com/guard/guard