Nice video! Another possible con that could be discussed: coupling/brittleness. View specs are more likely to require changes when view code is extended/refactored. Sometimes testing view stuff in a controller spec with `render_views` can be middle ground.
Nice video! Another possible con that could be discussed: coupling/brittleness. View specs are more likely to require changes when view code is extended/refactored. Sometimes testing view stuff in a controller spec with `render_views` can be middle ground.
Good point!