What is a suitable testing framework for Rails 3?
问题 I am working with Ruby On Rails for the last year. But, could not work on Unit Testing. Now I have to write a unit testing code. Which testing framework is good and why? Is there any good tutorial for this? My system configuration: Ruby 1.9.2, Rails 3, Ubuntu 10 回答1: The first tip is: Try upgrading to Rails 5.x. This is good practice to always leave your system clean and faultless from third parties. Your greatest friend will always be the rails documentation: http://guides.rubyonrails.org/v3