rubocop / minitest-style-guide

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

Added style guides for assert/refute_predicate #30

Closed abhaynikam closed 4 years ago

abhaynikam commented 4 years ago

This PR adds the style guides for assert/refute_predicate matcher. These matcher provide benefit in terms of readability of the code and user-friendly error message.

bbatsov commented 4 years ago

Thanks!