Testing Routes

Learn how to test the routes and route testing matchers.

Route testing

Let’s start the tour with a part of the Rails layer that’s not commonly tested in isolation but where testing can sometimes be valuable. Although Rails routing basics are simple, the desire to customize Rails’ response to URLs can lead to confusion about exactly what our application is going to do when converting between ...