
Testing in Rails is extremely simple - the generators do a lot of it for you! In this video we'll have a look at what these generated tests look like.
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.