Skip to content

Instantly share code, notes, and snippets.

@midwire
Created February 27, 2012 19:35
Show Gist options
  • Save midwire/1926512 to your computer and use it in GitHub Desktop.
Save midwire/1926512 to your computer and use it in GitHub Desktop.
require 'vcr'
require 'support/integration_support'
VCR.config do |c|
c.cassette_library_dir = File.expand_path('fixtures/cassette_library')
c.stub_with :fakeweb
c.ignore_localhost = false
c.ignore_hosts EXCHANGE_CASE_SERVICE_INTEGRATION_HOST
c.default_cassette_options = { :record => :none }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment