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
When trying to create specs for our implementation of Appnotic, I find out VCR is just not working properly. Looks like VCR has no support for NetHttp2(used by Apnotic)
Request is not being intercepted by VCR. Nothing is stored in my_cassette.yml and request goes to the 'real world' as many times as the specs is executed
Expected behavior:
VCR intercepts the request and store the response inside my_cassette.yml, so it is used next time the spec is executed
When trying to create specs for our implementation of Appnotic, I find out VCR is just not working properly. Looks like VCR has no support for NetHttp2(used by Apnotic)
This is all VCR config we have on
spec_helper.rb
To replicate issue:
Current behavior:
Request is not being intercepted by VCR. Nothing is stored in
my_cassette.yml
and request goes to the 'real world' as many times as the specs is executedExpected behavior:
VCR intercepts the request and store the response inside
my_cassette.yml
, so it is used next time the spec is executedRuby 3.1.4
Gem 6..1.0
HTTP NetHttp2
Mock 3.18.1
Rails 6.1.7.3
Rspec 3.12
The text was updated successfully, but these errors were encountered: