Sha256: 7f1a2013450b4a1a25c76fa797f78569a04f7b16e0285cb122c398972fda9a26

Contents?: true

Size: 379 Bytes

Versions: 6

Compression:

Stored size: 379 Bytes

Contents

# frozen_string_literal: true

require 'vcr'

VCR.configure do |c|
  c.cassette_library_dir = 'spec/fixtures/vcr_cassettes'
  c.hook_into :webmock
  c.configure_rspec_metadata!
  c.ignore_hosts 'codeclimate.com'
  c.before_record do |i|
    i.response.body.force_encoding('UTF-8')
  end
  c.filter_sensitive_data('BOLETOSIMPLES_API_TOKEN') { ENV['BOLETOSIMPLES_API_TOKEN'] }
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
boletosimples-2.1.0 spec/support/vcr.rb
boletosimples-2.0.0 spec/support/vcr.rb
boletosimples-1.0.4 spec/support/vcr.rb
boletosimples-1.0.3 spec/support/vcr.rb
boletosimples-1.0.2 spec/support/vcr.rb
boletosimples-1.0.1 spec/support/vcr.rb