  |
http://rspec.info/ - http://rspec.info/
Provides a behaviour driven development framework for the language, allowing to write application scenarios and test them. |
  |
Test::Unit - http://www.ruby-doc.org/stdlib/libdoc/test/unit/rdoc/classes/Test/Unit.html
Offers documentation for the default Rails unit testing tool. |
  |
http://www.thoughtbot.com/projects/shoulda - http://www.thoughtbot.com/projects/shoulda
An alternative framework to make unit tests in Rails. |
  |
Integrity - http://integrityapp.com/
Provides an automated continuous integration server using the sinatra framework and git repositories. |
  |
Null is Love: Testing in Rails - http://www.nullislove.com/2007/11/14/testing-in-rails-part-1-unit-testing-in-ruby/
Provides a tutorial to start unit testing with Rails. |