rails-controller-testing
rails-controller-testing copied to clipboard
`partial` locals and count mutually exclusive
looking through the code, if you provide one, the other will never be ran (because it's in an elsif block)
What's the reasoning for this behavior?
This seems like something that should be an error to provide both, if both can't be tested