Sha256: 5d15e0d1aad9f88ab0c9e127bc726295da5ff923356d550ae844427916486355

Contents?: true

Size: 192 Bytes

Versions: 5

Compression:

Stored size: 192 Bytes

Contents

require 'vcr'

VCR.configure do |config|
  config.cassette_library_dir = "spec/fixtures/vcr"
  config.hook_into :webmock
  # config.debug_logger = $stdout
  config.ignore_localhost = true
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
git-whistles-1.4.2 spec/support/vcr_helper.rb
git-whistles-1.4 spec/support/vcr_helper.rb
git-whistles-1.3 spec/support/vcr_helper.rb
git-whistles-1.2.1 spec/support/vcr_helper.rb
git-whistles-1.2.0 spec/support/vcr_helper.rb