Summary
Explore how to apply test doubles in Rails to create isolated and effective automated tests. Understand the transition from model testing to user-facing parts and prepare for controller and view tests by using mocks to shield layers of your application.
We'll cover the following...
We'll cover the following...
What we’ve done
We’ve learned a lot about model testing, from the services Rails provides for testing models and fixtures, to factories as mechanisms for ...