Sha256: 6b05d4c6e74be3779abbbf820ba9668f56d860648926d9e3f63eaa9ba5df6958

Contents?: true

Size: 323 Bytes

Versions: 21

Compression:

Stored size: 323 Bytes

Contents

require 'vcr'
require 'webmock/rspec'

VCR.configure do |c|
  c.cassette_library_dir = 'spec/cassettes'
  c.hook_into :webmock
  c.configure_rspec_metadata!
  c.allow_http_connections_when_no_cassette = true
end

VCR_OPTS = {
  record: :none, # This should be :none before pushing
  allow_unused_http_interactions: false
}

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
openstax_accounts-8.0.0 spec/vcr_helper.rb
openstax_accounts-7.13.1 spec/vcr_helper.rb
openstax_accounts-7.13.0 spec/vcr_helper.rb
openstax_accounts-7.12.0 spec/vcr_helper.rb
openstax_accounts-7.11.0 spec/vcr_helper.rb
openstax_accounts-7.10.0 spec/vcr_helper.rb
openstax_accounts-7.9.0 spec/vcr_helper.rb
openstax_accounts-7.8.0 spec/vcr_helper.rb
openstax_accounts-7.7.0 spec/vcr_helper.rb
openstax_accounts-7.6.0 spec/vcr_helper.rb
openstax_accounts-7.5.0 spec/vcr_helper.rb
openstax_accounts-7.4.0 spec/vcr_helper.rb
openstax_accounts-7.3.0 spec/vcr_helper.rb
openstax_accounts-7.2.0 spec/vcr_helper.rb
openstax_accounts-7.1.0 spec/vcr_helper.rb
openstax_accounts-7.0.1 spec/vcr_helper.rb
openstax_accounts-7.0.0 spec/vcr_helper.rb
openstax_accounts-6.4.2 spec/vcr_helper.rb
openstax_accounts-6.4.1 spec/vcr_helper.rb
openstax_accounts-6.4.0 spec/vcr_helper.rb