Testing Controllers and Requests
Explore how to test Rails controllers and requests effectively in Rails 5 using RSpec. Understand the deprecation of older controller tests, when to use request specs, system specs, and how Rails 5 testing differs from previous versions.
We'll cover the following...
We'll cover the following...