rubocop / minitest-style-guide

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

Suggest enabling `make_my_diffs_pretty!` #44

Open andyw8 opened 2 years ago

andyw8 commented 2 years ago

I recently learned about make_my_diffs_pretty! option from this post by @tomdalling.

The official docs warn that this is slower than the regular inspect, but when all tests are passing there should be no impact, so overall I'd say it's worth enabling for most users.