Commit b238dfe
Changed files (1)
spec
support
spec/support/vcr_setup.rb
@@ -1,5 +1,6 @@
VCR.configure do |config|
config.cassette_library_dir = "spec/vcr"
config.hook_into :webmock
+ config.ignore_hosts "codeclimate.com"
config.ignore_localhost = true
end