Sha256: 018b67b930ff73f43b5f8e4f508dee3a3c10ed205ac47243acb2359705b81252

Contents?: true

Size: 137 Bytes

Versions: 7

Compression:

Stored size: 137 Bytes

Contents

require 'vcr'

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

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
bugherd_client-0.0.10 spec/support/http_helper.rb
bugherd_client-0.0.9 spec/support/http_helper.rb
bugherd_client-0.0.8 spec/support/http_helper.rb
crystal_api-0.1.0 spec/support/vcr.rb
crystal_api-0.0.1 spec/support/vcr.rb
wl-0.0.3 spec/helpers/vcr.rb
wl-0.0.2 spec/helpers/vcr.rb