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
Enabling warnings during the spec phase turns up a few warnings from testing libraries. Look into a way to mitigate them:
/gem_home/webmock-1.22.3/lib/webmock/request_body_diff.rb:20: warning: private attribute? /gem_home/webmock-1.22.3/lib/webmock/request_body_diff.rb:20: warning: private attribute? /gem_home/webmock-1.22.3/lib/webmock/request_execution_verifier.rb:41: warning: assigned but unused variable - is_negated /gem_home/webmock-1.22.3/lib/webmock/request_execution_verifier.rb:45: warning: assigned but unused variable - is_negated /gem_home/httpclient-2.6.0.1/lib/httpclient.rb:1083: warning: assigned but unused variable - e /gem_home/httpclient-2.6.0.1/lib/httpclient/auth.rb:538: warning: assigned but unused variable - domain_uri /gem_home/httpclient-2.6.0.1/lib/httpclient/webagent-cookie.rb:413: warning: private attribute?
Split from #254.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Enabling warnings during the spec phase turns up a few warnings from testing libraries. Look into a way to mitigate them:
Split from #254.
The text was updated successfully, but these errors were encountered: