rubocop / rubocop-minitest

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

[Fix #283] Fix an error for `Minitest/MultipleAssertions` #285

Closed koic closed 11 months ago

koic commented 11 months ago

Fixes #283.

This PR fixes an error for Minitest/MultipleAssertions when using || assigning a value to a variable.


Before submitting the PR make sure the following are checked: