Search⌘ K
AI Features

Let's Write Some Rails

Explore how to implement test-driven development by writing end-to-end and unit tests for a Rails project using Capybara. Understand how to move logic out of controllers and views to create faster, more maintainable tests, and learn to write tests that guide new code development through clear requirements.

Previous chapter

In the previous chapter, we created some basic functionality for a project-management application using test-driven development. ...