Skip to content

Instantly share code, notes, and snippets.

@libryder
Created July 20, 2012 18:46
Show Gist options
  • Select an option

  • Save libryder/3152507 to your computer and use it in GitHub Desktop.

Select an option

Save libryder/3152507 to your computer and use it in GitHub Desktop.
VCR.configure do |config|
config.cassette_library_dir = 'spec/cassettes'
config.hook_into :fakeweb
config.configure_rspec_metadata!
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment