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 methods shadowing #9

Merged
merged 1 commit into from
Dec 22, 2023
Merged

Fix methods shadowing #9

merged 1 commit into from
Dec 22, 2023

Conversation

skryukov
Copy link
Owner

This PR adds better checks to automatic request/response detection to prevent methods overrides via RSpec helpers (i.e. subject(:response)).

Fixes #7

@skryukov skryukov force-pushed the fix-methods-shadowing branch 7 times, most recently from fd61379 to 709f912 Compare December 22, 2023 14:13
@skryukov skryukov force-pushed the fix-methods-shadowing branch from 709f912 to 979dc43 Compare December 22, 2023 14:16
@skryukov skryukov merged commit 4777a79 into main Dec 22, 2023
7 checks passed
@skryukov skryukov deleted the fix-methods-shadowing branch December 22, 2023 14:24
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.

In Rspec, named subject breaks matching wrapper
1 participant