rubocop / minitest-style-guide

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

Add section about Test Doubles #39

Closed andyw8 closed 3 years ago

bbatsov commented 3 years ago

Might also be a good idea to show a couple of examples using both approaches.

bbatsov commented 3 years ago

Looks good to me. Just rebase on top of master to resolve the merge conflict.

andyw8 commented 3 years ago

@bbatsov updated

bbatsov commented 3 years ago

Thanks!