rubocop / minitest-style-guide

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

Added style guide for assert true values #3

Closed abhaynikam closed 5 years ago

abhaynikam commented 5 years ago

Sometimes I have seen developers making the mistake of using assert_equal to assert the boolean values. Adding cop to warn or correct this scenario would be nice.