Testing Models
In this section, we'll let the tests help us build out our rails associations.
We'll cover...
- Shoulda Matchers: how to test associations, validations, and the like
- Factories for your models
Branches
testing_models_start
testing_models_solutions
Start
$> git checkout testing_models_start