Infrastructure
Getting started with a Rails application.
In this chapter, we’ll look at the basic mechanics of a TDD cycle. Our starting point will be to create some business logic with our models because model logic is the easiest part of a Rails application to test.
We have a problem.
Let’s suppose we’re the team leader for a development team that is ...
Development team