nucleus icon indicating copy to clipboard operation
nucleus copied to clipboard

Is webmock used anywhere inside Nucleus?

Open stefan-kolb opened this issue 8 years ago • 0 comments

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

stefan-kolb avatar May 17 '16 16:05 stefan-kolb