rubocop / minitest-style-guide

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

Coverage of mocha #37

Closed andyw8 closed 4 years ago

andyw8 commented 4 years ago

I understand that minitest has its own framework for mocking and stubbing, but it seems very common to use Mocha insead. Should the styleguide cover this?

bbatsov commented 4 years ago

That'd be fine by me. We can have a dedicated Mocha section.

andyw8 commented 4 years ago

👍