From 4fd440b1f6994c7bf711811dd6197688ddb3d5d8 Mon Sep 17 00:00:00 2001 From: Karol Date: Mon, 9 Dec 2019 20:50:42 +0100 Subject: [PATCH] reenable webrequests in specs --- spec/rails_helper.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index 735761ff..8de4fc82 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -46,3 +46,5 @@ Shoulda::Matchers.configure do |config| with.library :rails end end + +WebMock.allow_net_connect!