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
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.rbIs 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