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

Fixes for RSpec 3.13.0 #258

Merged
merged 5 commits into from
Nov 18, 2024
Merged

Fixes for RSpec 3.13.0 #258

merged 5 commits into from
Nov 18, 2024

Conversation

jas14
Copy link
Collaborator

@jas14 jas14 commented Aug 5, 2024

Restored from #251:

Added an Appraisal and implemented a couple fixes for compatibility with RSpec 3.13.0+. 🙂 This closes #250.

I'll admit that the version conditionals directly in the monkey patch file is rough. That file itself is also getting pretty large. I considered splitting up the patches into a monkey_patches/ directory and having each file define the version(s) to which it applies. Let me know if that sounds good and I'll be happy to implement it, either here or in a follow-up PR.

@jas14 jas14 changed the title Fix having attributes diff Fixes for RSpec 3.13.0 Aug 5, 2024
@jas14 jas14 marked this pull request as ready for review November 17, 2024 21:19
@jas14 jas14 merged commit 8c73488 into main Nov 18, 2024
43 checks passed
@jas14 jas14 deleted the fix-having-attributes-diff branch November 18, 2024 01:02
jas14 added a commit that referenced this pull request Nov 18, 2024
A private RSpec API (specifically `::RSpec::Matchers::{ExpectedsForMultipleDiffs -> MultiMatcherDiff}`) changed in 3.13.0; see rspec/rspec-expectations@81d3a58.
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.

rspec 3.13: breaking changes to ExpectedsForMultipleDiffs
1 participant