Sha256: c93c458c6d687f39a09f8085e9a2336fcf86fb7c515240ffd8b71cd741d8573f

Contents?: true

Size: 341 Bytes

Versions: 5

Compression:

Stored size: 341 Bytes

Contents

VCR.configure do |vc|
  # the directory where your cassettes will be saved
  vc.cassette_library_dir = 'spec/fixtures/vcr'

  # https://relishapp.com/vcr/vcr/v/3-0-3/docs/configuration/ignore-request
  vc.ignore_localhost = true

  vc.allow_http_connections_when_no_cassette = true
  # your HTTP request service.
  vc.hook_into :webmock
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pwb-1.4.0 spec/support/vcr_setup.rb
pwb-1.3.0 spec/support/vcr_setup.rb
pwb-1.2.0 spec/support/vcr_setup.rb
pwb-1.1.1 spec/support/vcr_setup.rb
pwb-1.0.0 spec/support/vcr_setup.rb