Skip to content

Instantly share code, notes, and snippets.

@ikennaokpala
Created March 19, 2014 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ikennaokpala/9646262 to your computer and use it in GitHub Desktop.
Save ikennaokpala/9646262 to your computer and use it in GitHub Desktop.
require 'vcr'
VCR.configure do |config|
config.default_cassette_options = {:record => :new_episodes, :serialize_with => :json}
config.cassette_library_dir = 'spec/fixtures/cassettes'
config.hook_into :webmock
config.ignore_hosts '127.0.0.1' # allow selenium/capybara to do its thing
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment