devise_invitable
devise_invitable copied to clipboard
Rspec warning: instance variable @accepting_invitation not initialized
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
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
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