...

/

Let's Write Some Rails

Let's Write Some Rails

Let's learn about Rails.

Previous chapter

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

In this chapter

In this chapter, we’ll augment the model testing by testing the entire Rails stack’s logic from request to response using end-to-end tests. To do this, we’ll use a tool called ...