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
Failures:
1) visit homepage works
Failure/Error:
expect do
subject
end.not_to raise_error
expected no Exception, got #<WebMock::NetConnectNotAllowedError: Real HTTP connections are disabled. Unregistered request: GET h... "https://api.intercom.io/companies")
Which indicates the external is not stubbed... As documented in the README I inspect the list of proxied requests that remains empty.
I tried to populate it beforehand in different ways as in the follwing
I can't find in the README neither in the code itself how to populate this list of proxied/stubbed requests and simply following the README instructions does not work. Can someone help clarify how this is supposed to work?
The text was updated successfully, but these errors were encountered:
I'm using this gem to stub external requests but it has no effect so far.
My configuration in
spec/spec_helper.rb
:The test itself:
The test raixse this error:
Which indicates the external is not stubbed... As documented in the README I inspect the list of proxied requests that remains empty.
I tried to populate it beforehand in different ways as in the follwing
None of this works.
I can't find in the README neither in the code itself how to populate this list of proxied/stubbed requests and simply following the README instructions does not work. Can someone help clarify how this is supposed to work?
The text was updated successfully, but these errors were encountered: