Sha256: 8aa816ed049e928e30fa09a3ac0d30ac76dc0b85fd3927f7c4123806efbd16bb

Contents?: true

Size: 160 Bytes

Versions: 6

Compression:

Stored size: 160 Bytes

Contents

VCR::SECRETS = {
  "api_key" => 'YOUR API KEY HERE'
}


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.sample
bnet-0.0.5 spec/secrets_and_all_that.rb.sample
bnet-0.0.4 spec/secrets_and_all_that.rb.sample
bnet-0.0.3 spec/secrets_and_all_that.rb.sample
bnet-0.0.2 spec/secrets_and_all_that.rb.sample
bnet-0.0.1 spec/secrets_and_all_that.rb.sample