rubocop / rubocop-minitest

Code style checking for Minitest files.
https://docs.rubocop.org/rubocop-minitest
MIT License
144 stars 44 forks source link

[Fix #289] don't count assertions twice when their return value is being assigned #290

Closed G-Rath closed 11 months ago

G-Rath commented 11 months ago

Fixes #289

This fixes Minitest/MultipleAssertions counting assertions twice when their return value is being assigned


Before submitting the PR make sure the following are checked:

koic commented 11 months ago

Thanks!