Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compatibility with RSpec 3.10 #114

Merged
merged 2 commits into from
Dec 23, 2020
Merged

Fix compatibility with RSpec 3.10 #114

merged 2 commits into from
Dec 23, 2020

Conversation

mcmire
Copy link
Collaborator

@mcmire mcmire commented Dec 22, 2020

It seems that RSpec 3.10 changed the Has matcher which breaks the monkey
patches that SuperDiff makes. Fix those monkey patchers and extend the
Appraisals such that now we test against both RSpec < 3.10 and RSpec >=
3.10.

@mcmire mcmire changed the title Update RSpec to 3.10 [just testing] Update RSpec to 3.10 Dec 22, 2020
@mcmire mcmire changed the title [just testing] Update RSpec to 3.10 Fix compatibility with RSpec 3.10 Dec 23, 2020
@mcmire mcmire force-pushed the upgrade-rspec branch 3 times, most recently from 20045fa to beb1ec7 Compare December 23, 2020 21:01
It seems that RSpec 3.10 changed the Has matcher which breaks the monkey
patches that SuperDiff makes. Fix those monkey patchers and extend the
Appraisals such that now we test against both RSpec < 3.10 and RSpec >=
3.10.
@mcmire mcmire marked this pull request as ready for review December 23, 2020 21:09
@mcmire mcmire merged commit 6f1f896 into master Dec 23, 2020
@mcmire mcmire deleted the upgrade-rspec branch December 23, 2020 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant