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 uninitialized instance variable warning #78

Merged

Conversation

hana-da
Copy link
Contributor

@hana-da hana-da commented Mar 25, 2022

"warning: instance variable not initialized" is appeared if the --warings option of RSpec is enabled or set to config.warnings = true.

This warning is not displayed in Ruby 3.0 or later. However, I have fixed those for users using Ruby 2.6 and 2.7.

@sue445
Copy link
Collaborator

sue445 commented Nov 24, 2022

Sorry for the delay in confirming. This is LGTM

@sue445 sue445 merged commit a21dfe7 into tomykaira:master Nov 24, 2022
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.

2 participants