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 public_methods et al, for real this time #2202

Merged
merged 2 commits into from
Jul 10, 2024
Merged

Fix public_methods et al, for real this time #2202

merged 2 commits into from
Jul 10, 2024

Conversation

seven1m
Copy link
Member

@seven1m seven1m commented Jul 10, 2024

There was a bug in our spec runner that was giving faulty signals when I worked on #2194. This fixes that, and fixes the methods I "fixed" on that PR.

Two problems:

1. It was not possible to pass `nil` as the third argument.
2. `it_behaves_like` was kinda working by accident... the `@object`
value was not set and was nil.
This was missed because there was a bug in our spec runner and shared
behaviors. See previous commit.
@seven1m seven1m merged commit d07ca36 into master Jul 10, 2024
15 checks passed
@seven1m seven1m deleted the public_methods branch July 10, 2024 13:28
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