Just launched! Get 30% off Rails Revisited Have a Look

A Look at Rails Tests

Buy or Subscribe

You can access this course in just a minute, and support my efforts to rid the world of crappy online courses!

Buy Standalone  Subscribe

You can do TDD in Rails just fine, if you want, but Rails helps you out by setting up your basic CRUD tests, which are mostly for your controllers. The models don't have logic, so those tests are just stubbed out for you with some fixtures.