Ruby on Rails Testing Screencasts
Great content from railscasts.com Beginning with Cucumber Cucumber is a high-level testing framework. In this episode we will create a new Rails application from scratch using behavior driven development. via Railscasts – Beginning with Cucumber. Webrat If you prefer writing integration tests in ruby instead of Cucumber's plain english, consider interacting with Webrat directly as I [...]

