We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following warning is coming up when I run my tests in Rspec
rvm/gems/ruby-2.5.1/gems/devise_invitable-1.7.4/lib/devise_invitable/models.rb:116: warning: instance variable @accepting_invitation not initialized
The text was updated successfully, but these errors were encountered:
Same. Google brought me here. Weird.
/.asdf/installs/ruby/2.5.8/lib/ruby/gems/2.5.0/gems/devise_invitable-2.0.3/lib/devise_invitable/models.rb:125: warning: instance variable @accepting_invitation not initialized
Sorry, something went wrong.
For other Googlers that find this, you can suppress warnings if desired using the ruby-warning gem. Helpful article here 👉 https://dev.to/qortex/ruby-suppress-those-warnings-you-can-t-do-anything-about-6ie
No branches or pull requests
The following warning is coming up when I run my tests in Rspec
rvm/gems/ruby-2.5.1/gems/devise_invitable-1.7.4/lib/devise_invitable/models.rb:116: warning: instance variable @accepting_invitation not initialized
The text was updated successfully, but these errors were encountered: