Let's Write Some Rails
Let's learn about Rails.
We'll cover the following...
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 ...