VCR.configure do |c| #the directory where your cassettes will be saved c.cassette_library_dir = 'spec/cassette_library' # your HTTP request service. You can also use fakeweb, webmock, and more c.hook_into :webmock c.configure_rspec_metadata! c.ignore_hosts 'codeclimate.com' end