Sha256: 72031edfe08eb5c7811f154405613ff08f4c96fef7f9c8312052197b0a47bada

Contents?: true

Size: 166 Bytes

Versions: 6

Compression:

Stored size: 166 Bytes

Contents

VCR::SECRETS = {
  "api_key" => 'api_key_from_secrets_rb'
}


VCR.configure do |c|
  c.filter_sensitive_data('api_key_from_secrets_rb') {VCR::SECRETS["api_key"]}
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bnet-0.0.10 spec/secrets_and_all_that.rb.travis
bnet-0.0.5 spec/secrets_and_all_that.rb.travis
bnet-0.0.4 spec/secrets_and_all_that.rb.travis
bnet-0.0.3 spec/secrets_and_all_that.rb.travis
bnet-0.0.2 spec/secrets_and_all_that.rb.travis
bnet-0.0.1 spec/secrets_and_all_that.rb.travis