rubocop / minitest-style-guide

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

Prefer skip over return for skipping test cases #55

Closed tejasbubane closed 1 year ago

tejasbubane commented 1 year ago

Suggested in https://github.com/rubocop/rubocop-minitest/issues/236

koic commented 1 year ago

Thanks!