rubocop / minitest-style-guide

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

Use `test_` prefix convention for gems #52

Closed andyw8 closed 1 year ago

andyw8 commented 1 year ago

As per https://github.com/rubygems/rubygems/blob/bd8d0835727e3eb2868675419bfeac2ecac40a0f/bundler/lib/bundler/templates/newgem/Rakefile.tt

koic commented 1 year ago

Thanks!