Sha256: e9464212441808ee095b32dd5c8429c358286090a288c0b83c85368a6a487fa0

Contents?: true

Size: 296 Bytes

Versions: 10

Compression:

Stored size: 296 Bytes

Contents

require 'vcr'

VCR.configure do |c|
  c.cassette_library_dir = 'spec/fixtures/cassettes'
  c.hook_into :webmock
  c.configure_rspec_metadata!
  sensitive_vars = %w[BLOOM_REMIT_TOKEN BLOOM_REMIT_SECRET]
  sensitive_vars.each do |var|
    c.filter_sensitive_data("[#{var}]") { ENV[var] }
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
bloom_remit-0.7.0 spec/support/vcr.rb
bloom_remit-0.6.1 spec/support/vcr.rb
bloom_remit-0.6.0 spec/support/vcr.rb
bloom_remit-0.5.0 spec/support/vcr.rb
bloom_remit-0.4.1 spec/support/vcr.rb
bloom_remit-0.4.0 spec/support/vcr.rb
bloom_remit-0.3.0 spec/support/vcr.rb
bloom_remit-0.2.1 spec/support/vcr.rb
bloom_remit-0.2.0 spec/support/vcr.rb
bloom_remit-0.1.0 spec/support/vcr.rb