Model Testing Strategies

Learn about model testing strategies in our Rails application.

Models tend to be inputs to (and outputs of) our business logic. In many cases, models are only bags of data, so they don’t require that much testing themselves. That said, there are three considerations ...