dgollahon / rspectre

Exorcise the apparitions haunting your tests.
MIT License
74 stars 9 forks source link

Add Ruby 3.1 to test matrix ... #50

Closed jaynetics closed 2 years ago

jaynetics commented 2 years ago

I've used rspectre on Ruby 3.1 and it works fine.

closes #46

edit: this PR also updates rubocop because the old version didn't run on ruby 3 and fixes codeclimate by replacing the no-longer-supported test reporter.

edit 2: i'm not familiar with circle ci, but the overall "pending" state might be expected and might only go away with a change in repo settings

dgollahon commented 2 years ago

Hey @jaynetics, thanks for the PR! I've cherry-picked your changes and made a few modifications here and there and then merged them as separate commits. You can see them here: #52, #54, #55.

jaynetics commented 2 years ago

@dgollahon cool! very diligent approach :)