You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot find any usage in the code, e.g. stub_request.
Only places that have webmock is VCR c.hook_into :webmock.
It is also not required inside spec_helper.rb
Cannot find any usage in the code, e.g.
stub_request
.Only places that have webmock is VCR c.hook_into :webmock.
It is also not required inside
spec_helper.rb
Is it automagically loaded because it is inside the Gemfile without using
require 'webmock'
?!Also see https://github.com/bblimke/webmock/blob/master/CHANGELOG.md#200
The text was updated successfully, but these errors were encountered: