rubocop / minitest-style-guide

Best practices for writing your tests
https://minitest.rubystyle.guide
70 stars 15 forks source link

Remove an incorrect example from `Refute Equal` rule #57

Closed koic closed 1 year ago

koic commented 1 year ago

Follow up https://github.com/rubocop/rubocop-minitest/issues/256.

This PR removes an incorrect example from Refute Equal rule.

assert(!"rubocop-minitest" == (actual)) is not compatible with good case.