rubocop / rubocop-minitest

Code style checking for Minitest files.
https://docs.rubocop.org/rubocop-minitest
MIT License
144 stars 44 forks source link

Fix an error for `Minitest/SkipEnsure` when only `ensure` has a body #316

Closed Earlopain closed 3 months ago

Earlopain commented 3 months ago

Found at https://github.com/Shopify/shopify_app/blob/1dda5cb5642e34338961cc65d8069455e568e162/test/shopify_app/controller_concerns/token_exchange_test.rb#L30-L35


Before submitting the PR make sure the following are checked:

koic commented 3 months ago

Thanks!