
I’m pleased to announce that the getting started guide, conveniently titled “Getting Started With Rails Testing” is now available for download at the Rails Prescriptions site.
It grew to be a bit longer than I originally intended, but I’m very happy with how it turned out. It starts with an empty Rails application and walks through the first couple of feature additions, adding tests for controllers, models, views, and basic security.
Download, read, enjoy, tell all your friends, let me know what you think.

I love the idea of a book focused on TDD, but I’m having trouble trying to follow along.
I cloned your repo, and trying rake test (before anything else) gives “`require_frameworks’: RubyGem version error: rack(0.9.1 not ~> 0.4.0) (RuntimeError)”
Any ideas?
Thanks,
Ben